]> granicus.if.org Git - imagemagick/history - coders/png.c
Avoid using NULL alpha_image in the JNG decoder.
[imagemagick] / coders / png.c
2015-04-09 glennrpAvoid using NULL alpha_image in the JNG decoder.
2015-04-06 dirkRenamed SetMagickInfo to AcquireMagickInfo and made...
2015-04-06 dirkRenamed IsImageGray to SetImageGray and IsImageMonochro...
2015-03-22 cristy(no commit message)
2015-03-16 glennrpFixed scaling of 1-bit sample to Q64 quantum.
2015-02-22 dirkRenamed new enumeration.
2015-02-22 dirkChanged several booleans in MagickInfo to a flag.
2015-02-07 glennrpFix unitialized length.
2015-01-25 glennrpAlways check "status" returns.
2015-01-24 glennrpCheck length of LOOP and ENDL chunks.
2015-01-24 glennrpCheck lengths of varous MNG chunks before reading them.
2015-01-22 cristy(no commit message)
2015-01-22 glennrpFixed an old cut-and-paste typo: change_delay should...
2015-01-12 glennrpEliminate trailing blanks from lines in coders/png.c
2015-01-04 cristyhttp://www.imagemagick.org/discourse-server/viewtopic...
2014-12-31 glennrpUse memcmp() == 0 instead of !memcmp() in coders/png.c
2014-12-31 glennrpAvoid reading beyond the end of tEXt keyword while...
2014-12-25 cristyMake MagickMax()/MagickMin() a macro rather than an...
2014-12-20 cristy(no commit message)
2014-12-14 cristy(no commit message)
2014-12-14 dirkFixed compiler warning.
2014-12-14 cristy(no commit message)
2014-12-07 cristy(no commit message)
2014-11-29 glennrpImproved "-monitor" behaviour (updates once per row...
2014-11-25 cristy(no commit message)
2014-11-25 glennrpDon't destroy a NULL "previous" image in the PNG decoder.
2014-11-23 cristy(no commit message)
2014-11-23 glennrpDon't override gamma with 1.000 when reading grayscale...
2014-11-20 glennrpDon't handle "previous" image in the JNG reader. JNG...
2014-11-09 cristy(no commit message)
2014-11-06 dirkFixed recursive lock and added assert to detect this...
2014-11-06 glennrpReverted incorrect change of PNG_LIBPNG_VER_STRING...
2014-11-05 glennrpUse png_get_libpng_ver(NULL) instead of PNG_LIBPNG_VER_...
2014-10-26 glennrpFixed true/false mixup in image->taint logging
2014-10-26 glennrpAdded logging about image->taint when entering WriteOne...
2014-10-26 glennrpLog fact that image->taint is reason for resetting...
2014-10-25 glennrpChanged "if (something)" to "if (something != 0)" in...
2014-10-24 dirkAdded support for reading/writing the tIME chunk.
2014-10-24 dirkFixed depth check.
2014-10-24 dirkRemoved scaling of 8 and 16 bit images in the png writer.
2014-09-08 glennrpFix incorrect decoding of 16-bit GrayAlpha PNG files...
2014-08-14 cristy(no commit message)
2014-08-09 glennrpRemoved reference to OptimizeType from the PNG codec.
2014-08-01 glennrpCombined some Log() calls to reduce code size.
2014-07-28 glennrpCombine some Log() calls in the PNG codec to save sever...
2014-07-25 glennrpRefactor exclude-chunks handling in PNG encoder to...
2014-07-25 glennrpUse IsOptionMember() instead of LocaleNCompare() in...
2014-06-30 glennrpHandle profile:skip=*, profile:skip=exif, etc., in...
2014-06-29 glennrpRe-enabled strict sRGB profile checking in coders/png...
2014-06-28 glennrpDon't let libpng16 check the ICC/sRGB profile; we do...
2014-06-28 glennrpImplemented "-define profile:skip=icc" in coders/png.c
2014-06-08 glennrpRemoved unused variable "skip_to_iend" from coders...
2014-05-29 glennrp#if 0/#endif around some dead code reported by Coverity.
2014-05-28 cristy(no commit message)
2014-05-18 cristy(no commit message)
2014-05-18 cristy(no commit message)
2014-04-24 dirkFixed assignment.
2014-04-23 glennrpFixed new bug due to a typo in the PNG00 fix
2014-04-23 glennrpFixed other cases (PNG48, PNG64) that did not work...
2014-04-22 glennrpFixed bug with PNG00 when the input file is a PNG32.
2014-04-04 glennrpFixed bug with -strip (-define png:exclude-chunk)
2014-03-28 glennrpStifle some compiler warnings about potentially uniniti...
2014-03-16 glennrpDon't block threads in the png codec when PNG_SETJMP_SU...
2014-03-16 glennrpSet linear colorspace when gamma is over 0.75, not...
2014-02-16 cristy(no commit message)
2014-01-30 glennrpFixed new "-define png:swap-bytes" option.
2014-01-22 glennrpFix problem with "property" intialization in the new...
2014-01-18 cristy(no commit message)
2014-01-17 glennrpAdded "-define png:swap-bytes" option.
2014-01-16 cristy(no commit message)
2014-01-15 cristy(no commit message)
2013-12-22 cristy(no commit message)
2013-12-05 glennrpRemoved a left-over "&&" from coders/png.c
2013-12-05 glennrpRemove from coders/png.c the references to Rec601LumaCo...
2013-12-03 glennrpFixed bug in coders/png.c that caused -define png:color...
2013-12-01 cristy(no commit message)
2013-11-18 cristy(no commit message)
2013-10-31 dirkUse image_info->quality/compression instead of image...
2013-10-05 glennrpSet intensity method before transforming PNG to gray...
2013-09-27 glennrpRemoved stray "diff" line from coders/png.c
2013-09-27 glennrpFixed PNG8 reduction in special case of 256 opaque...
2013-09-24 glennrpSpell fix ("othewise") in comment.
2013-09-24 glennrpRevised comments about interpretation of the -quality...
2013-08-10 glennrpChanged MIME type for MNG to video/x-mng, in accordance...
2013-08-09 glennrpChanged mime type for MNG from image/png to image/x...
2013-08-09 cristy(no commit message)
2013-07-22 glennrpDon't write jpeg: properties in PNG output.
2013-06-30 cristy(no commit message)
2013-06-30 cristy(no commit message)
2013-06-20 glennrpQuiet two warnings about uninitialized variables in...
2013-05-24 glennrpStopped a "-fsanitize-address" warning in the JNG codec.
2013-05-15 glennrpAdded Argyll_sRGB and Facebook's TINYsRGB to list of...
2013-05-14 glennrpRecognize ICC profiles that are sRGB and use PNG sRGB...
2013-05-08 cristy(no commit message)
2013-05-03 glennrpEliminated whitespace in image properties that store...
2013-04-26 cristy(no commit message)
2013-04-21 glennrpUse PNG_BENIGN_ERRORS_SUPPORTED instead of PNG_LIBPNG_V...
2013-04-17 glennrpHandle benign errors as warnings in the PNG coder.
2013-04-05 cristy(no commit message)
2013-04-03 glennrpDon't write PNG gAMA or cHRM chunks when writing the...
next