1. de984cd by cristy · 11 years ago
  2. fe676ee by cristy · 11 years ago
  3. 29dd80e Use image_info->quality/compression instead of image->quality/compression. by dirk · 11 years ago
  4. 6742993 Set intensity method before transforming PNG to gray colorspace while reading. by glennrp · 11 years ago
  5. f16e5e2 Removed stray "diff" line from coders/png.c by glennrp · 11 years ago
  6. 34ef720 Fixed PNG8 reduction in special case of 256 opaque colors + 1 transparent color by glennrp · 11 years ago
  7. 85dfe1a Spell fix ("othewise") in comment. by glennrp · 11 years ago
  8. ef804f5 Revised comments about interpretation of the -quality value in coders/png.c by glennrp · 11 years ago
  9. afc97b1 Changed MIME type for MNG to video/x-mng, in accordance with the MNG spec by glennrp · 11 years ago
  10. 7fee329 Changed mime type for MNG from image/png to image/x-mng and JNG to image/x-jng by glennrp · 11 years ago
  11. d625c52 by cristy · 11 years ago
  12. e4d5faf Don't write jpeg: properties in PNG output. by glennrp · 11 years ago
  13. af1534a by cristy · 11 years ago
  14. 0997332 by cristy · 11 years ago
  15. 4b91759 Quiet two warnings about uninitialized variables in coders/png.c by glennrp · 11 years ago
  16. 97d1b57 Stopped a "-fsanitize-address" warning in the JNG codec. by glennrp · 11 years ago
  17. c241d3c Added Argyll_sRGB and Facebook's TINYsRGB to list of recognized sRGB profiles. by glennrp · 11 years ago
  18. ecab7d7 Recognize ICC profiles that are sRGB and use PNG sRGB chunk instead by glennrp · 11 years ago
  19. 87281ec by cristy · 11 years ago
  20. 3398b5b Eliminated whitespace in image properties that store PNG chunk data. by glennrp · 11 years ago
  21. 092ec8d by cristy · 11 years ago
  22. 943b7d3 Use PNG_BENIGN_ERRORS_SUPPORTED instead of PNG_LIBPNG_VER to check by glennrp · 12 years ago
  23. a3a5f95 Handle benign errors as warnings in the PNG coder. by glennrp · 12 years ago
  24. 8b206ba by cristy · 12 years ago
  25. 918b9dc Don't write PNG gAMA or cHRM chunks when writing the sRGB or iCCP chunk. by glennrp · 12 years ago
  26. f70c4d2 Fixed some indentation in coders/png.c by glennrp · 12 years ago
  27. ec0ddbc Added more version info to coders/png.c debug output, fixed some indentation. by glennrp · 12 years ago
  28. d0cae25 Added version info to debug log from the png codec by glennrp · 12 years ago
  29. 2ad7015 Avoid a libpng16 warning about storing unknown chunks. by glennrp · 12 years ago
  30. 8428823 Do not replace gAMA chunk found in input with 1/2.2 by glennrp · 12 years ago
  31. dec72c9 Relocated png_set_iCCP() and png_set_gAMA() after png_set_IHDR() in coders/png.c. by glennrp · 12 years ago
  32. 8fb471e Removed a debug printout from coders/png.c by glennrp · 12 years ago
  33. 3d62786 Relocated png_set_bKGD, etc., after png_set_IHDR. by glennrp · 12 years ago
  34. 6270857 Revised the description string for the PNG00 subformat. by glennrp · 12 years ago
  35. dc2d327 by cristy · 12 years ago
  36. cbc9215 Added single quotes around debug printout of text keyword by glennrp · 12 years ago
  37. 224ad8d Reverted some code in the PNG decoder that caused it to not detect by glennrp · 12 years ago
  38. 5830fbc Implemented PNG00 subformat by glennrp · 12 years ago
  39. 4f99639 Avoid reading back pixels from cache while reading a transparent PNG. by glennrp · 12 years ago
  40. 4dda64f Fix IM6-IM7 differences in new png code. by glennrp · 12 years ago
  41. fd164d2 Implement PNG48 and PNG64 PNG subformats. by glennrp · 12 years ago
  42. 6873619 Change text chunk limit to 32767 to be consistent with libpng-1.2. by glennrp · 12 years ago
  43. 09cd962 Disable setting cache_max when libpng version is older than 1.4.0 by glennrp · 12 years ago
  44. 2feb141 Impose a 65k limit on the number of text chunks to store. by glennrp · 12 years ago
  45. 5cf1bff Removed redundant calls to png_set_cHRM and png_set_sRGB from coders/png.c by glennrp · 12 years ago
  46. d7f7a84 Put chromaticity values in correct order when writing cHRM with sRGB chunk. by glennrp · 12 years ago
  47. 1145899 Do not define LBR08 macros in png.c for Q8 builds. by glennrp · 12 years ago
  48. 15f0766 Do not define LBR16* macros in png.c in Q8 and Q16 builds. by glennrp · 12 years ago
  49. c7375f9 Fix LBR01 macros (with extra parameter used in IM7) by glennrp · 12 years ago
  50. 360c154 Fix LBR01 macros in png.c by glennrp · 12 years ago
  51. 9d2c9de by cristy · 12 years ago
  52. 45ef08f by cristy · 12 years ago
  53. 98b9577 Fixed problem with too-dark PNG images by glennrp · 12 years ago
  54. 4b840d7 Added SetQuantumEndian() two places where needed in coders/png.c by glennrp · 12 years ago
  55. c5c31be Faster decoding of interlaced PNG images. by glennrp · 12 years ago
  56. fcf0616 Let libpng expand sub-8-bit pixels. by glennrp · 12 years ago
  57. a8036d6 Avoid building palette in the PNG encoder when it is not needed. by glennrp · 12 years ago
  58. bbde9c6 Only write sRGB chunk if (0.45 <= image->gamma <= 0.46) by glennrp · 12 years ago
  59. b19b812 by cristy · 12 years ago
  60. 3080b91 by cristy · 12 years ago
  61. 3fcfa95 The PNG encoder sometimes would write indexed PNG when grayscale was reqested. by glennrp · 12 years ago
  62. 75fc68f by cristy · 12 years ago
  63. 55b78b5 by cristy · 12 years ago
  64. 134f178 Removed some dead code from coders/png.c by glennrp · 12 years ago
  65. b0a657e by cristy · 12 years ago
  66. 8a46d82 by cristy · 12 years ago
  67. 32340ff Fix Q32 read of 16-bit grayscale PNGs by glennrp · 12 years ago
  68. e88af77 Set image->colorspace to GRAY when input is a grayscale image with gamma=1.0 by glennrp · 12 years ago
  69. 9d8c122 by cristy · 12 years ago
  70. a865ccd by cristy · 12 years ago
  71. 98b83d4 Don't report png:sRGB, etc, when colorspace info was inserted by the decoder by glennrp · 12 years ago
  72. 0fa2580 Fix error with always writing color PNG when colorspace is sRGB by glennrp · 12 years ago
  73. 80ebb4d Always write color PNG when colorspace is sRGB. by glennrp · 12 years ago
  74. 972d1c4 by cristy · 12 years ago
  75. 079c78d by cristy · 12 years ago
  76. 913f961 Added png:PLTE.number_colors to verbose output by glennrp · 12 years ago
  77. 388a8c8 Accommodate background color index in PLTE chunk by glennrp · 12 years ago
  78. a24b245 Don't attempt to use Z_RLE compression strategy with an old zlib that does by glennrp · 12 years ago
  79. 72715f5 by cristy · 12 years ago
  80. 3d9f5ba by cristy · 12 years ago
  81. 4eecced by cristy · 12 years ago
  82. ab37187 by cristy · 12 years ago
  83. 176b29a by cristy · 12 years ago
  84. 7fb2652 by cristy · 12 years ago
  85. d9ecd04 by cristy · 12 years ago
  86. ef6a54d by cristy · 12 years ago
  87. 25024a6 Restore palette-checking when writing a PNG (but not when writing a MNG) by glennrp · 12 years ago
  88. 5dff435 Display PNG colortype as a string in -verbose output by glennrp · 12 years ago
  89. 9bf97b6 Disable new libpng-1.5.10 palette-checking feature by glennrp · 12 years ago
  90. 629960f Ignore APNG chunks even when libpng was built with the "APNG patch". by glennrp · 12 years ago
  91. 862a33c by cristy · 12 years ago
  92. 8d0bca5 Preserve colorspace info from gAMA, cHRM, and sRGB chunks. by glennrp · 12 years ago
  93. a6c5d34 Added a note to coders/png.c explaining that ancillary colorspace chunks by glennrp · 12 years ago
  94. e2c4f18 by cristy · 12 years ago
  95. 5f11bf9 Do not write an invalid PNG sRGB chunk when rendering intent is undefined by glennrp · 12 years ago
  96. da7803d by cristy · 12 years ago
  97. 1a56e9c Display PNG colortype as a string in debugging log by glennrp · 12 years ago
  98. 750105b Strip trailing blanks in coders/png.c by glennrp · 12 years ago
  99. 501c559 by cristy · 13 years ago
  100. edaa038 Always unlock the semaphore on return or error return from the PNG codec. by glennrp · 13 years ago