source: ImageMagick/trunk/coders/png.c @ 12299

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12283   4 days glennrp Added Argyll_sRGB and Facebook's TINYsRGB to list of recognized sRGB …
(edit) @12281   4 days glennrp Recognize ICC profiles that are sRGB and use PNG sRGB chunk instead
(edit) @12236   10 days cristy
(edit) @12134   2 weeks glennrp Eliminated whitespace in image properties that store PNG chunk data.
(edit) @12006   3 weeks cristy
(edit) @11949   4 weeks glennrp Use PNG_BENIGN_ERRORS_SUPPORTED instead of PNG_LIBPNG_VER to check for …
(edit) @11879   4 weeks glennrp Handle benign errors as warnings in the PNG coder.
(edit) @11693   6 weeks cristy
(edit) @11657   6 weeks glennrp Don't write PNG gAMA or cHRM chunks when writing the sRGB or iCCP chunk.
(edit) @11438   2 months glennrp Fixed some indentation in coders/png.c
(edit) @11398   2 months glennrp Added more version info to coders/png.c debug output, fixed some …
(edit) @11391   2 months glennrp Added version info to debug log from the png codec
(edit) @11240   3 months glennrp Avoid a libpng16 warning about storing unknown chunks.
(edit) @11236   3 months glennrp Do not replace gAMA chunk found in input with 1/2.2
(edit) @11193   3 months glennrp Relocated png_set_iCCP() and png_set_gAMA() after png_set_IHDR() in …
(edit) @11192   3 months glennrp Removed a debug printout from coders/png.c
(edit) @11180   3 months glennrp Relocated png_set_bKGD, etc., after png_set_IHDR.
(edit) @11052   3 months glennrp Revised the description string for the PNG00 subformat.
(edit) @11009   3 months cristy
(edit) @10912   3 months glennrp Added single quotes around debug printout of text keyword
(edit) @10888   4 months glennrp Reverted some code in the PNG decoder that caused it to not detect …
(edit) @10826   4 months glennrp Implemented PNG00 subformat
(edit) @10820   4 months glennrp Avoid reading back pixels from cache while reading a transparent PNG.
(edit) @10810   4 months glennrp Fix IM6-IM7 differences in new png code.
(edit) @10809   4 months glennrp Implement PNG48 and PNG64 PNG subformats.
(edit) @10762   4 months glennrp Change text chunk limit to 32767 to be consistent with libpng-1.2.
(edit) @10711   4 months glennrp Disable setting cache_max when libpng version is older than 1.4.0
(edit) @10709   4 months glennrp Impose a 65k limit on the number of text chunks to store.
(edit) @10640   4 months glennrp Removed redundant calls to png_set_cHRM and png_set_sRGB from coders/png.c
(edit) @10602   4 months glennrp Put chromaticity values in correct order when writing cHRM with sRGB …
(edit) @10578   4 months glennrp Do not define LBR08 macros in png.c for Q8 builds.
(edit) @10577   4 months glennrp Do not define LBR16* macros in png.c in Q8 and Q16 builds.
(edit) @10524   4 months glennrp Fix LBR01 macros (with extra parameter used in IM7)
(edit) @10523   4 months glennrp Fix LBR01 macros in png.c
(edit) @10175   5 months cristy
(edit) @10121   5 months cristy
(edit) @10062   6 months glennrp Fixed problem with too-dark PNG images
(edit) @10019   6 months glennrp Added SetQuantumEndian?() two places where needed in coders/png.c
(edit) @9892   6 months glennrp Faster decoding of interlaced PNG images.
(edit) @9870   6 months glennrp Let libpng expand sub-8-bit pixels.
(edit) @9861   7 months glennrp Avoid building palette in the PNG encoder when it is not needed.
(edit) @9795   7 months glennrp Only write sRGB chunk if (0.45 <= image->gamma <= 0.46)
(edit) @9740   7 months cristy
(edit) @9660   7 months cristy
(edit) @9587   7 months glennrp The PNG encoder sometimes would write indexed PNG when grayscale was …
(edit) @9558   7 months cristy
(edit) @9553   7 months cristy
(edit) @9412   8 months glennrp Removed some dead code from coders/png.c
(edit) @9158   9 months cristy
(edit) @9156   9 months cristy
(edit) @9117   9 months glennrp Fix Q32 read of 16-bit grayscale PNGs
(edit) @9057   9 months glennrp Set image->colorspace to GRAY when input is a grayscale image with …
(edit) @8901   9 months cristy
(edit) @8733   10 months cristy
(edit) @8726   10 months glennrp Don't report png:sRGB, etc, when colorspace info was inserted by the …
(edit) @8712   10 months glennrp Fix error with always writing color PNG when colorspace is sRGB
(edit) @8675   10 months glennrp Always write color PNG when colorspace is sRGB.
(edit) @8673   10 months cristy
(edit) @8580   11 months cristy
(edit) @8527   11 months glennrp Added png:PLTE.number_colors to verbose output
(edit) @8521   11 months glennrp Accommodate background color index in PLTE chunk
(edit) @8511   11 months glennrp Don't attempt to use Z_RLE compression strategy with an old zlib that does …
(edit) @8501   11 months cristy
(edit) @8485   11 months cristy
(edit) @8480   11 months cristy
(edit) @8476   11 months cristy
(edit) @8408   11 months cristy
(edit) @8403   11 months cristy
(edit) @8316   11 months cristy
(edit) @8314   11 months cristy
(edit) @8184   12 months glennrp Restore palette-checking when writing a PNG (but not when writing a MNG)
(edit) @8173   12 months glennrp Display PNG colortype as a string in -verbose output
(edit) @8172   12 months glennrp Disable new libpng-1.5.10 palette-checking feature
(edit) @8093   12 months glennrp Ignore APNG chunks even when libpng was built with the "APNG patch".
(edit) @7952   12 months cristy
(edit) @7943   12 months glennrp Preserve colorspace info from gAMA, cHRM, and sRGB chunks.
(edit) @7918   12 months glennrp Added a note to coders/png.c explaining that ancillary colorspace chunks …
(edit) @7884   12 months cristy
(edit) @7775   13 months glennrp Do not write an invalid PNG sRGB chunk when rendering intent is undefined
(edit) @7745   13 months cristy
(edit) @7645   13 months glennrp Display PNG colortype as a string in debugging log
(edit) @7638   13 months glennrp Strip trailing blanks in coders/png.c
(edit) @7547   13 months cristy
(edit) @7458   13 months glennrp Always unlock the semaphore on return or error return from the PNG codec.
(edit) @7219   14 months cristy
(edit) @7190   14 months cristy
(edit) @7189   14 months glennrp stored file_gamma for later use by identify
(edit) @7019   15 months glennrp Make non-ping identify report DirectClass? for transparent PNGs, as does …
(edit) @6946   15 months glennrp Removed some dead code in coders/png.c
(edit) @6813   15 months glennrp Implemented "-define png:format=png8|png24|png32" (from IM6)
(edit) @6777   15 months cristy
(edit) @6770   16 months cristy
(edit) @6768   16 months cristy
(edit) @6628   16 months glennrp Eliminate spurious error message from the PNG encoder.
(edit) @6627   16 months glennrp The PNG encoder was ignoring png:compression-level=1.
(edit) @6619   16 months cristy
(edit) @6500   16 months glennrp Don't write ancillary chunks in PNG-encoded ICO files.
(edit) @6446   16 months glennrp Removed 3 redundant lines of code from coders/png.c
(edit) @6418   16 months cristy
(edit) @6414   16 months cristy
Note: See TracRevisionLog for help on using the revision log.