1. def23e5 by cristy · 10 years ago
  2. 3a89fa4 Fixed an old cut-and-paste typo: change_delay should be change_timeout. by glennrp · 10 years ago
  3. 6647b97 Eliminate trailing blanks from lines in coders/png.c by glennrp · 10 years ago
  4. 11a06d3 http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26830 by cristy · 10 years ago
  5. 6dfc266 Use memcmp() == 0 instead of !memcmp() in coders/png.c by glennrp · 10 years ago
  6. 5285ae1 Avoid reading beyond the end of tEXt keyword while checking for Raw profile. by glennrp · 10 years ago
  7. badc752 Make MagickMax()/MagickMin() a macro rather than an inline. by cristy · 10 years ago
  8. 17f11b0 by cristy · 10 years ago
  9. 5f766ef by cristy · 10 years ago
  10. 6af512a Fixed compiler warning. by dirk · 10 years ago
  11. 5b4868f by cristy · 10 years ago
  12. 4f7c434 by cristy · 10 years ago
  13. af93204 Improved "-monitor" behaviour (updates once per row, not once per interlace pass) by glennrp · 10 years ago
  14. b56bb24 by cristy · 10 years ago
  15. 9194299 Don't destroy a NULL "previous" image in the PNG decoder. by glennrp · 10 years ago
  16. 35553db by cristy · 10 years ago
  17. 41abfcd Don't override gamma with 1.000 when reading grayscale PNG images. by glennrp · 10 years ago
  18. 7ee973a Don't handle "previous" image in the JNG reader. JNG is a single-image format. by glennrp · 10 years ago
  19. 7d6d3d8 by cristy · 10 years ago
  20. f078e39 Fixed recursive lock and added assert to detect this in the future. by dirk · 10 years ago
  21. 3e0971d Reverted incorrect change of PNG_LIBPNG_VER_STRING to png_get_libpng_ver(NULL). by glennrp · 10 years ago
  22. b989d32 Use png_get_libpng_ver(NULL) instead of PNG_LIBPNG_VER_STRING by glennrp · 10 years ago
  23. cc96f2d Fixed true/false mixup in image->taint logging by glennrp · 10 years ago
  24. f3794ae Added logging about image->taint when entering WriteOnePNGImage() by glennrp · 10 years ago
  25. 39d99e1 Log fact that image->taint is reason for resetting tIME chunk data. by glennrp · 10 years ago
  26. 8fe9159 Changed "if (something)" to "if (something != 0)" in coders/png.c by glennrp · 10 years ago
  27. fd6fd07 Added support for reading/writing the tIME chunk. by dirk · 10 years ago
  28. cd97995 Fixed depth check. by dirk · 10 years ago
  29. aac4963 Removed scaling of 8 and 16 bit images in the png writer. by dirk · 10 years ago
  30. ccc36af Fix incorrect decoding of 16-bit GrayAlpha PNG files that have a gAMA chunk. by glennrp · 10 years ago
  31. a20c8fe by cristy · 10 years ago
  32. 261f64e Removed reference to OptimizeType from the PNG codec. by glennrp · 10 years ago
  33. 280283d Combined some Log() calls to reduce code size. by glennrp · 10 years ago
  34. 2dd1906 Combine some Log() calls in the PNG codec to save several kbytes of code size. by glennrp · 10 years ago
  35. 1a506ac Refactor exclude-chunks handling in PNG encoder to reduce code size several kb by glennrp · 10 years ago
  36. 689efa2 Use IsOptionMember() instead of LocaleNCompare() in coders/png.c to by glennrp · 10 years ago
  37. 99f9681 Handle profile:skip=*, profile:skip=exif, etc., in the PNG decoder. by glennrp · 10 years ago
  38. cf45b20 Re-enabled strict sRGB profile checking in coders/png.c for "-debug coder" runs. by glennrp · 10 years ago
  39. 201f0c9 Don't let libpng16 check the ICC/sRGB profile; we do that ourselves anyway. by glennrp · 10 years ago
  40. e604a75 Implemented "-define profile:skip=icc" in coders/png.c by glennrp · 10 years ago
  41. e0421fe Removed unused variable "skip_to_iend" from coders/png.c by glennrp · 10 years ago
  42. 8b5e736 #if 0/#endif around some dead code reported by Coverity. by glennrp · 10 years ago
  43. 5389e5a by cristy · 10 years ago
  44. fa6de8c by cristy · 10 years ago
  45. e2440c2 by cristy · 10 years ago
  46. 47da46d Fixed assignment. by dirk · 10 years ago
  47. 48c2062 Fixed new bug due to a typo in the PNG00 fix by glennrp · 10 years ago
  48. 5a4989d Fixed other cases (PNG48, PNG64) that did not work with PNG00. by glennrp · 10 years ago
  49. 197c8e6 Fixed bug with PNG00 when the input file is a PNG32. by glennrp · 10 years ago
  50. 3f88ea5 Fixed bug with -strip (-define png:exclude-chunk) by glennrp · 11 years ago
  51. d0ee5a2 Stifle some compiler warnings about potentially uninitialized variables by glennrp · 11 years ago
  52. 868fff3 Don't block threads in the png codec when PNG_SETJMP_SUPPORTED is not defined. by glennrp · 11 years ago
  53. 0a5b92c Set linear colorspace when gamma is over 0.75, not when exactly 1.0 by glennrp · 11 years ago
  54. 3d162a9 by cristy · 11 years ago
  55. a3d5f0e Fixed new "-define png:swap-bytes" option. by glennrp · 11 years ago
  56. 0a0ae98 Fix problem with "property" intialization in the new swap-bytes code by glennrp · 11 years ago
  57. 037761a by cristy · 11 years ago
  58. 0d76772 Added "-define png:swap-bytes" option. by glennrp · 11 years ago
  59. f0eec75 by cristy · 11 years ago
  60. 5c97f62 by cristy · 11 years ago
  61. cd8b331 by cristy · 11 years ago
  62. 45d4c34 Removed a left-over "&&" from coders/png.c by glennrp · 11 years ago
  63. c28acd6 Remove from coders/png.c the references to Rec601LumaColorspace and by glennrp · 11 years ago
  64. 96bc620 Fixed bug in coders/png.c that caused -define png:color-space=0 to fail. by glennrp · 11 years ago
  65. de984cd by cristy · 11 years ago
  66. fe676ee by cristy · 11 years ago
  67. 29dd80e Use image_info->quality/compression instead of image->quality/compression. by dirk · 11 years ago
  68. 6742993 Set intensity method before transforming PNG to gray colorspace while reading. by glennrp · 11 years ago
  69. f16e5e2 Removed stray "diff" line from coders/png.c by glennrp · 11 years ago
  70. 34ef720 Fixed PNG8 reduction in special case of 256 opaque colors + 1 transparent color by glennrp · 11 years ago
  71. 85dfe1a Spell fix ("othewise") in comment. by glennrp · 11 years ago
  72. ef804f5 Revised comments about interpretation of the -quality value in coders/png.c by glennrp · 11 years ago
  73. afc97b1 Changed MIME type for MNG to video/x-mng, in accordance with the MNG spec by glennrp · 11 years ago
  74. 7fee329 Changed mime type for MNG from image/png to image/x-mng and JNG to image/x-jng by glennrp · 11 years ago
  75. d625c52 by cristy · 11 years ago
  76. e4d5faf Don't write jpeg: properties in PNG output. by glennrp · 11 years ago
  77. af1534a by cristy · 11 years ago
  78. 0997332 by cristy · 11 years ago
  79. 4b91759 Quiet two warnings about uninitialized variables in coders/png.c by glennrp · 11 years ago
  80. 97d1b57 Stopped a "-fsanitize-address" warning in the JNG codec. by glennrp · 11 years ago
  81. c241d3c Added Argyll_sRGB and Facebook's TINYsRGB to list of recognized sRGB profiles. by glennrp · 11 years ago
  82. ecab7d7 Recognize ICC profiles that are sRGB and use PNG sRGB chunk instead by glennrp · 11 years ago
  83. 87281ec by cristy · 11 years ago
  84. 3398b5b Eliminated whitespace in image properties that store PNG chunk data. by glennrp · 11 years ago
  85. 092ec8d by cristy · 11 years ago
  86. 943b7d3 Use PNG_BENIGN_ERRORS_SUPPORTED instead of PNG_LIBPNG_VER to check by glennrp · 12 years ago
  87. a3a5f95 Handle benign errors as warnings in the PNG coder. by glennrp · 12 years ago
  88. 8b206ba by cristy · 12 years ago
  89. 918b9dc Don't write PNG gAMA or cHRM chunks when writing the sRGB or iCCP chunk. by glennrp · 12 years ago
  90. f70c4d2 Fixed some indentation in coders/png.c by glennrp · 12 years ago
  91. ec0ddbc Added more version info to coders/png.c debug output, fixed some indentation. by glennrp · 12 years ago
  92. d0cae25 Added version info to debug log from the png codec by glennrp · 12 years ago
  93. 2ad7015 Avoid a libpng16 warning about storing unknown chunks. by glennrp · 12 years ago
  94. 8428823 Do not replace gAMA chunk found in input with 1/2.2 by glennrp · 12 years ago
  95. dec72c9 Relocated png_set_iCCP() and png_set_gAMA() after png_set_IHDR() in coders/png.c. by glennrp · 12 years ago
  96. 8fb471e Removed a debug printout from coders/png.c by glennrp · 12 years ago
  97. 3d62786 Relocated png_set_bKGD, etc., after png_set_IHDR. by glennrp · 12 years ago
  98. 6270857 Revised the description string for the PNG00 subformat. by glennrp · 12 years ago
  99. dc2d327 by cristy · 12 years ago
  100. cbc9215 Added single quotes around debug printout of text keyword by glennrp · 12 years ago