]> granicus.if.org Git - imagemagick/history - coders/png.c
(no commit message)
[imagemagick] / coders / png.c
2013-02-26 glennrpRelocated png_set_iCCP() and png_set_gAMA() after png_s...
2013-02-26 glennrpRemoved a debug printout from coders/png.c
2013-02-26 glennrpRelocated png_set_bKGD, etc., after png_set_IHDR.
2013-02-15 glennrpRevised the description string for the PNG00 subformat.
2013-02-12 cristy(no commit message)
2013-02-04 glennrpAdded single quotes around debug printout of text keyword
2013-02-01 glennrpReverted some code in the PNG decoder that caused it...
2013-01-27 glennrpImplemented PNG00 subformat
2013-01-26 glennrpAvoid reading back pixels from cache while reading...
2013-01-26 glennrpFix IM6-IM7 differences in new png code.
2013-01-26 glennrpImplement PNG48 and PNG64 PNG subformats.
2013-01-24 glennrpChange text chunk limit to 32767 to be consistent with...
2013-01-22 glennrpDisable setting cache_max when libpng version is older...
2013-01-22 glennrpImpose a 65k limit on the number of text chunks to...
2013-01-16 glennrpRemoved redundant calls to png_set_cHRM and png_set_sRG...
2013-01-10 glennrpPut chromaticity values in correct order when writing...
2013-01-08 glennrpDo not define LBR08 macros in png.c for Q8 builds.
2013-01-08 glennrpDo not define LBR16* macros in png.c in Q8 and Q16...
2013-01-06 glennrpFix LBR01 macros (with extra parameter used in IM7)
2013-01-06 glennrpFix LBR01 macros in png.c
2012-12-12 cristy(no commit message)
2012-12-07 cristy(no commit message)
2012-11-29 glennrpFixed problem with too-dark PNG images
2012-11-22 glennrpAdded SetQuantumEndian() two places where needed in...
2012-11-07 glennrpFaster decoding of interlaced PNG images.
2012-11-05 glennrpLet libpng expand sub-8-bit pixels.
2012-11-04 glennrpAvoid building palette in the PNG encoder when it is...
2012-10-27 glennrpOnly write sRGB chunk if (0.45 <= image->gamma <= 0.46)
2012-10-22 cristy(no commit message)
2012-10-17 cristy(no commit message)
2012-10-11 glennrpThe PNG encoder sometimes would write indexed PNG when...
2012-10-08 cristy(no commit message)
2012-10-08 cristy(no commit message)
2012-09-22 glennrpRemoved some dead code from coders/png.c
2012-08-29 cristy(no commit message)
2012-08-28 cristy(no commit message)
2012-08-25 glennrpFix Q32 read of 16-bit grayscale PNGs
2012-08-22 glennrpSet image->colorspace to GRAY when input is a grayscale...
2012-08-10 cristy(no commit message)
2012-07-28 cristy(no commit message)
2012-07-23 glennrpDon't report png:sRGB, etc, when colorspace info was...
2012-07-20 glennrpFix error with always writing color PNG when colorspace...
2012-07-15 glennrpAlways write color PNG when colorspace is sRGB.
2012-07-14 cristy(no commit message)
2012-07-03 cristy(no commit message)
2012-06-27 glennrpAdded png:PLTE.number_colors to verbose output
2012-06-27 glennrpAccommodate background color index in PLTE chunk
2012-06-27 glennrpDon't attempt to use Z_RLE compression strategy with...
2012-06-26 cristy(no commit message)
2012-06-26 cristy(no commit message)
2012-06-26 cristy(no commit message)
2012-06-26 cristy(no commit message)
2012-06-21 cristy(no commit message)
2012-06-21 cristy(no commit message)
2012-06-17 cristy(no commit message)
2012-06-17 cristy(no commit message)
2012-06-07 glennrpRestore palette-checking when writing a PNG (but not...
2012-06-06 glennrpDisplay PNG colortype as a string in -verbose output
2012-06-06 glennrpDisable new libpng-1.5.10 palette-checking feature
2012-05-29 glennrpIgnore APNG chunks even when libpng was built with...
2012-05-17 cristy(no commit message)
2012-05-17 glennrpPreserve colorspace info from gAMA, cHRM, and sRGB...
2012-05-14 glennrpAdded a note to coders/png.c explaining that ancillary...
2012-05-12 cristy(no commit message)
2012-05-05 glennrpDo not write an invalid PNG sRGB chunk when rendering...
2012-05-03 cristy(no commit message)
2012-04-25 glennrpDisplay PNG colortype as a string in debugging log
2012-04-25 glennrpStrip trailing blanks in coders/png.c
2012-04-18 cristy(no commit message)
2012-04-12 glennrpAlways unlock the semaphore on return or error return...
2012-03-25 cristy(no commit message)
2012-03-21 cristy(no commit message)
2012-03-21 glennrpstored file_gamma for later use by identify
2012-03-02 glennrpMake non-ping identify report DirectClass for transpare...
2012-02-23 glennrpRemoved some dead code in coders/png.c
2012-02-11 glennrpImplemented "-define png:format=png8|png24|png32" ...
2012-02-08 cristy(no commit message)
2012-02-08 cristy(no commit message)
2012-02-08 cristy(no commit message)
2012-01-30 glennrpEliminate spurious error message from the PNG encoder.
2012-01-30 glennrpThe PNG encoder was ignoring png:compression-level=1.
2012-01-30 cristy(no commit message)
2012-01-17 glennrpDon't write ancillary chunks in PNG-encoded ICO files.
2012-01-12 glennrpRemoved 3 redundant lines of code from coders/png.c
2012-01-11 cristy(no commit message)
2012-01-11 cristy(no commit message)
2012-01-06 glennrpFixed problem with -depth 12 in the PNG encoder, again.
2012-01-05 cristy(no commit message)
2012-01-02 glennrpFix PNG encoder problem with -depth 12.
2012-01-01 cristy(no commit message)
2011-12-31 glennrpFix "-quality" handling in the JNG encoder.
2011-12-27 cristy(no commit message)
2011-12-27 cristy(no commit message)
2011-12-27 cristy(no commit message)
2011-12-27 cristy(no commit message)
2011-12-21 glennrpUse "(void) var;" instead of "var=var;" to suppress...
2011-12-19 cristy(no commit message)
2011-12-15 glennrpFixed bug with scaling background while writing sub...
2011-12-12 cristy(no commit message)
2011-12-07 glennrpEliminated FARDATA from coders/png.c; it won't be suppl...
next