1. 042ee78 by cristy · 14 years ago
  2. 67b9c1a Simplify grayscale reading by glennrp · 14 years ago
  3. 9d0ea4d Simplified decoding grayscale PNG images. by glennrp · 14 years ago
  4. 24a549a Simplified PNG8 reductions using IM scaling functions instead of bit-flipping by glennrp · 14 years ago
  5. 97cefe2 More updates to png.c in support of Q64 builds. by glennrp · 14 years ago
  6. 0a19288 Simplified the PNG encoder's LosslessReduceDepthOK() function. by glennrp · 14 years ago
  7. 9104497 by cristy · 14 years ago
  8. bfd9e61 Decode the bKGD chunk properly with Q32 and Q64 builds. by glennrp · 14 years ago
  9. 05a5499 Make PNG encoder's LosslessReduce function work with Q32, Q64 builds. by glennrp · 14 years ago
  10. 03e11f6 Make PNG encoders's ok_to_reduce function work with Q32, Q64 builds. by glennrp · 14 years ago
  11. 6af6cf1 Initialize unused part of PNG colormap to zeroes by glennrp · 14 years ago
  12. d05120d by cristy · 14 years ago
  13. fcbcae8 by cristy · 14 years ago
  14. df354f9 by cristy · 14 years ago
  15. 32f6912 by cristy · 14 years ago
  16. 4231d78 by cristy · 14 years ago
  17. c507168 by cristy · 14 years ago
  18. 9814091 by cristy · 14 years ago
  19. 8d3d6e5 Added -define PNG:preserve-colormap option to coders/png.c by glennrp · 14 years ago
  20. cc95c3f Add some "To do" comments in coders/png.c by glennrp · 14 years ago
  21. 7b2cc79 Throw exception if CloneImage fails in PNG encoder. by glennrp · 14 years ago
  22. a0ed009 Added "exclude-chunk=date" option to suppress date:create and date:modify tEXt chunks by glennrp · 14 years ago
  23. f0e4a5a by cristy · 14 years ago
  24. a74b77f by cristy · 14 years ago
  25. 5b92734 added "#define PNG_PTR_NORETURN" to png.c to prevent png_longjmp() failure. by glennrp · 14 years ago
  26. 75cfe70 by cristy · 14 years ago
  27. 7f5d166 by cristy · 14 years ago
  28. ffaf978 by cristy · 14 years ago
  29. 3695ef8 by cristy · 14 years ago
  30. ba63381 by cristy · 14 years ago
  31. 14c003a by cristy · 14 years ago
  32. aecf4bd by cristy · 14 years ago
  33. 28af371 Remove bogus image->colormap that is passed in to the PNG encoder with a by glennrp · 14 years ago
  34. 70e68a8 Make the png encoder treat incoming image depth as 8 if it is less than 8. by glennrp · 14 years ago
  35. cc2fb02 by cristy · 14 years ago
  36. 14d0bcd by cristy · 14 years ago
  37. eb3b22a by cristy · 14 years ago
  38. 7cdb11c Combined width and height into one PNG property by glennrp · 14 years ago
  39. 07523c7 Added PNG:vpAg width, height property. by glennrp · 14 years ago
  40. 875c610 The PNG decoder sometimes set images with more than 256 different by glennrp · 14 years ago
  41. 613276d Reformat PNG:text property by glennrp · 14 years ago
  42. 5961225 Reformat PNG chunk properties by glennrp · 14 years ago
  43. 4eb3931 Put sRGB, gAMA, pHYs, and oFFs data in properties. by glennrp · 14 years ago
  44. cb395ac Store ancillary chunk data for use by identify by glennrp · 14 years ago
  45. 147bc91 Store PNG IHDR data as properties by glennrp · 14 years ago
  46. 7086552 by cristy · 14 years ago
  47. b84ca11 by cristy · 14 years ago
  48. 272f23a by cristy · 14 years ago
  49. f56821b by cristy · 14 years ago
  50. 7298848 by cristy · 14 years ago
  51. 468fb00 by cristy · 14 years ago
  52. 46c3c9d by cristy · 14 years ago
  53. 1b80ae3 by cristy · 14 years ago
  54. 5a15b93 by cristy · 14 years ago
  55. 7b69acc by cristy · 14 years ago
  56. d0638d5 by cristy · 14 years ago
  57. e9637cb Updated comments about PNG8 reductions in coders/png.c by glennrp · 14 years ago
  58. f327da7 by cristy · 14 years ago
  59. 0a55b4c Force PNG decoder to return image->matte=MagickTrue when the PNG has by glennrp · 14 years ago
  60. d337164 Preserve colors better using 4-4-4 palette when possible when reducing to PNG8. by glennrp · 14 years ago
  61. 82b3c53 Use 50% threshold, try 3-3-3 palette, collapse all transparent colors to by glennrp · 14 years ago
  62. 3d13a40 by cristy · 14 years ago
  63. 7c4c9e6 Force the PNG encoder to write an all-opaque alpha channel with by glennrp · 14 years ago
  64. 4bf8973 Re-enabled writing grayscale PNG with bit depth 2 or 4. by glennrp · 14 years ago
  65. 3cba8ca by cristy · 14 years ago
  66. 95c3834 by cristy · 14 years ago
  67. 733678d by cristy · 14 years ago
  68. b6cabe8 by cristy · 14 years ago
  69. 1a7d6db by glennrp · 14 years ago
  70. 179d075 by glennrp · 14 years ago
  71. 44757ab set quantum->info=ping_bit_depth when writing low bit-depth grayscale PNGs by glennrp · 14 years ago
  72. 823b55c by glennrp · 14 years ago
  73. 644040e by cristy · 14 years ago
  74. ffa663d by cristy · 14 years ago
  75. 25ba0c0 by cristy · 14 years ago
  76. b186075 by cristy · 14 years ago
  77. 31ac0f0 by cristy · 14 years ago
  78. 4d10e29 The "-define PNG:exclude-chunk=bKGD" was also excluding other text chunks. by glennrp · 14 years ago
  79. a080bc3 Don't store background color in the colormap if there are already 256 by glennrp · 14 years ago
  80. bc73666 by cristy · 14 years ago
  81. c8d2199 by cristy · 14 years ago
  82. 97bd7c3 by cristy · 14 years ago
  83. 84c3d05 by cristy · 14 years ago
  84. 1a0aaa6 Ifdef out currently unused "depth_4_ok" and "depth_2_ok" variable definitions. by glennrp · 14 years ago
  85. 9561fec by cristy · 14 years ago
  86. 3e37b4a Also skip text:density chunk found in a PNG datastream by the PNG decoder, by glennrp · 14 years ago
  87. 3b55071 Do write a text:density chunk if the pHYs chunk is excluded. by glennrp · 14 years ago
  88. c70af4a Don't write a text:density chunk in a PNG output file. by glennrp · 14 years ago
  89. 13264ba by cristy · 14 years ago
  90. a8ff942 by cristy · 14 years ago
  91. 8726e84 by cristy · 14 years ago
  92. b04cc6d Fixed two other instances of throwing exception to image instead if IMimage. by glennrp · 14 years ago
  93. 03533f2 by cristy · 14 years ago
  94. 15e0155 Throw exception into the correct image structure (IMimage) when the by glennrp · 14 years ago
  95. 770d193 Folded long lines in coders/png.c by glennrp · 14 years ago
  96. 4bad316 by cristy · 14 years ago
  97. 17ba6ec by cristy · 14 years ago
  98. 08f226f by cristy · 14 years ago
  99. 2138423 by cristy · 14 years ago
  100. 579bc8f by cristy · 14 years ago