1. 2029ddc Addition of a -distort Resize distortion (geomerty argument) by anthony · 14 years ago
  2. f56821b by cristy · 14 years ago
  3. 468fb00 by cristy · 14 years ago
  4. 1f19e24 Fix Adaptive Resize by anthony · 14 years ago
  5. 9a68cbb by cristy · 14 years ago
  6. 342dcdf spelling by glennrp · 14 years ago
  7. 8e6cb72 by cristy · 14 years ago
  8. 9f4f034 Separated CropImageToTiles() from TransformImage() to allow better by anthony · 14 years ago
  9. 3903083 by cristy · 14 years ago
  10. 46c3c9d by cristy · 14 years ago
  11. e9c2719 Change handling of images in MogrifyImage() and MogrifyImages() by anthony · 14 years ago
  12. 1b80ae3 by cristy · 14 years ago
  13. b009425 by cristy · 14 years ago
  14. 2822008 by cristy · 14 years ago
  15. 54790c9 spelling by glennrp · 14 years ago
  16. c65b5d6 by cristy · 14 years ago
  17. 60e9799 by cristy · 14 years ago
  18. f7e6ab4 by cristy · 14 years ago
  19. 374f5dd Remove page_index and page_total from Image Structure (failured method) by anthony · 14 years ago
  20. 2253f17 by cristy · 14 years ago
  21. f327da7 by cristy · 14 years ago
  22. 0a55b4c Force PNG decoder to return image->matte=MagickTrue when the PNG has by glennrp · 14 years ago
  23. dda41a4 by anthony · 14 years ago
  24. 9bd1549 Finalise -duplicate option by anthony · 14 years ago
  25. d337164 Preserve colors better using 4-4-4 palette when possible when reducing to PNG8. by glennrp · 14 years ago
  26. 82b3c53 Use 50% threshold, try 3-3-3 palette, collapse all transparent colors to by glennrp · 14 years ago
  27. c925339 Another fix for sparse colors and preserve unused color channels by anthony · 14 years ago
  28. 21147d5 by cristy · 14 years ago
  29. 7c4c9e6 Force the PNG encoder to write an all-opaque alpha channel with by glennrp · 14 years ago
  30. d4982b4 by cristy · 14 years ago
  31. 4bf8973 Re-enabled writing grayscale PNG with bit depth 2 or 4. by glennrp · 14 years ago
  32. 3cf8a72 by cristy · 14 years ago
  33. 5d28d48 by cristy · 14 years ago
  34. 55014d8 Fix grammar and spelling in ChangeLog by glennrp · 14 years ago
  35. 1e4df87 Add page_index and page_total to Image sturcture by anthony · 14 years ago
  36. 4df7441 by anthony · 14 years ago
  37. 1245368 by cristy · 14 years ago
  38. b6cabe8 by cristy · 14 years ago
  39. 7c9eaf7 Added Minus_Dst/Src and Divide_Dst/Src compose methods by anthony · 14 years ago
  40. eca0d7e by glennrp · 14 years ago
  41. dff7476 Backout the Variable Blur Compose Patch! by anthony · 14 years ago
  42. 31ed6b7 Added references about PNG density problem. by glennrp · 14 years ago
  43. a60e536 Fix pHYs rounding by glennrp · 14 years ago
  44. bad8008d by cristy · 14 years ago
  45. 2d30471 SparseColorImage() now preserves image data in unused channels by anthony · 14 years ago
  46. 7f22306 by cristy · 14 years ago
  47. 4d10e29 The "-define PNG:exclude-chunk=bKGD" was also excluding other text chunks. by glennrp · 14 years ago
  48. a080bc3 Don't store background color in the colormap if there are already 256 by glennrp · 14 years ago
  49. 2ab242e by cristy · 14 years ago
  50. 90e41e9 by cristy · 14 years ago
  51. b3e3ad0 by cristy · 14 years ago
  52. bc73666 by cristy · 14 years ago
  53. 64daa21 by cristy · 14 years ago
  54. 3e37b4a Also skip text:density chunk found in a PNG datastream by the PNG decoder, by glennrp · 14 years ago
  55. 3b55071 Do write a text:density chunk if the pHYs chunk is excluded. by glennrp · 14 years ago
  56. c70af4a Don't write a text:density chunk in a PNG output file. by glennrp · 14 years ago
  57. 15e0155 Throw exception into the correct image structure (IMimage) when the by glennrp · 14 years ago
  58. 85c195f Expand entry about cheap transparency. by glennrp · 14 years ago
  59. 2138423 by cristy · 14 years ago
  60. ffa95d8 by cristy · 14 years ago
  61. 96ee4e8 by cristy · 14 years ago
  62. a602013 by cristy · 14 years ago
  63. da8f3a7 Delay opening a blob until the PNG encoder is ready to write the IHDR chunk. by glennrp · 14 years ago
  64. 52a479c Fix 3-3-2 palette generation to work with Q16 and Q32 builds. by glennrp · 14 years ago
  65. 2deac87 by cristy · 14 years ago
  66. 484b3e0 "will" -> "would" in ChangeLog entry. by glennrp · 14 years ago
  67. 189fd0e Expand discussion of cheap transparency in ChangeLog. by glennrp · 14 years ago
  68. fd05d62 Make sure criteria for writing PNG "cheap transparency" are met. by glennrp · 14 years ago
  69. ebbcfea by cristy · 14 years ago
  70. ff77532 by cristy · 14 years ago
  71. 68ccabd spelling by glennrp · 14 years ago
  72. 55cdd2d Add reference to bug report about crash when reading NULL colormap. by glennrp · 14 years ago
  73. 1273f7b Don't read from the colormap when it's NULL. by glennrp · 14 years ago
  74. d71e86a Scan the colormap, not the pixels, to determine if image is b-w or grayscale. by glennrp · 14 years ago
  75. 0eefadc by cristy · 14 years ago
  76. 3f87178 Removed IsMonochromeImage() from coders/png.c by glennrp · 14 years ago
  77. 62af293 Revised ChangeLog to associate recent PNG updates with the right releases. by glennrp · 14 years ago
  78. 8d57966 Eliminated redundant tests for gray images; write palette-indexed images by glennrp · 14 years ago
  79. 2bb24c7 by cristy · 14 years ago
  80. 5eae760 Temporarily (I hope) disabled reduction of grayscale images to bitdepth < 8 by glennrp · 14 years ago
  81. 4b56d1a by cristy · 14 years ago
  82. 5eb9fc8 by cristy · 14 years ago
  83. 8371ecc Reverted latest change to coders/png.c by glennrp · 14 years ago
  84. 5023d3b Make it possible to build with libpng-1.4.x when png_set_longjmp_fn is by glennrp · 14 years ago
  85. 53e0e4a by cristy · 14 years ago
  86. 4777498 by cristy · 14 years ago
  87. 84758fb Ignore bogus q->opacity values when image->matte is MagickFalse. by glennrp · 14 years ago
  88. 91c0925 by cristy · 14 years ago
  89. a0172d6 Fix small blur handling in variable blur mapping by anthony · 14 years ago
  90. c0837e2 by cristy · 14 years ago
  91. 4d72715 by cristy · 14 years ago
  92. 4285d78 by cristy · 14 years ago
  93. d1a2c0f by cristy · 14 years ago
  94. d86db54 Fixed off-by-two error in PosterizeImage spelling. by glennrp · 14 years ago
  95. 847620f by cristy · 14 years ago
  96. 292ebf1 by cristy · 14 years ago
  97. fe0e6f0 by cristy · 14 years ago
  98. 993d838 removed Gaussian filter changes for cylindrical use by anthony · 14 years ago
  99. b4d5f86 by anthony · 14 years ago
  100. e6529ff by cristy · 14 years ago