]> granicus.if.org Git - imagemagick/history - coders/png.c
(no commit message)
[imagemagick] / coders / png.c
2011-09-21 cristy(no commit message)
2011-09-11 cristy(no commit message)
2011-09-08 cristy(no commit message)
2011-09-08 cristy(no commit message)
2011-09-06 glennrpRevised some whitespace in coders/png.c
2011-09-04 cristy(no commit message)
2011-09-04 cristy(no commit message)
2011-09-01 cristy(no commit message)
2011-09-01 cristy(no commit message)
2011-08-30 cristy(no commit message)
2011-08-29 cristy(no commit message)
2011-08-28 cristy(no commit message)
2011-08-27 glennrpRecognize the sRGB profile and write the sRGB chunk...
2011-08-21 cristy(no commit message)
2011-08-20 glennrpThe -strip option was excluding the PNG tRNS chunk.
2011-08-20 glennrpOpaqueAlpha and TransparentAlpha were mixed up in the...
2011-08-20 glennrpMerge multiple transparent colors to the background...
2011-08-19 glennrpMake png encoder respect -define png:colortype=2 for...
2011-08-06 glennrpUse LBRPixel*() macro name consistently.
2011-08-06 glennrpRenamed LBR01PixelPacketRed, etc., to LBR01PacketRed...
2011-07-20 glennrpExit test loop immediately when a non-gray pixel is...
2011-07-16 cristy(no commit message)
2011-07-15 glennrpFix out-of-date comment about -define PNG:compression...
2011-07-14 cristy(no commit message)
2011-07-08 cristy(no commit message)
2011-07-07 cristy(no commit message)
2011-07-06 cristy(no commit message)
2011-07-05 glennrpFolded long lines in coders/png.c
2011-07-01 cristy(no commit message)
2011-07-01 glennrpAccept defined compression-filter=6,7,8,9 to be consist...
2011-07-01 glennrpAvoid using Z_RLE and Z_FIXED with old zlib versions...
2011-06-30 glennrpAdded PNG:compression_level, _strategy, and _filter...
2011-06-29 glennrpHandle "-quality 97" properly; Added support for Z_RLE...
2011-06-29 glennrpspelling (original)
2011-06-27 glennrpFixed Q32 handling of 16-bit transparent grayscale...
2011-06-25 glennrpChanged "RedPixelPacketComponent" to "PacketRed", etc...
2011-06-25 cristy(no commit message)
2011-06-09 glennrpFix bKGD color scaling in sub-8-bit grayscale PNG output.
2011-06-09 glennrpSometimes black would be written in the PNG tRNS chunk...
2011-06-08 glennrp#ifdef out unused macros
2011-05-30 cristy(no commit message)
2011-05-29 cristy(no commit message)
2011-05-25 cristy(no commit message)
2011-05-24 cristy(no commit message)
2011-05-22 glennrpEliminated some direct references to pixel components.
2011-05-20 cristy(no commit message)
2011-05-20 glennrpThe PNG encoder now respects "-depth 1|2|4" settings.
2011-05-19 cristy(no commit message)
2011-05-15 glennrpRemoved some "#if 0" blocks in coders/png.c
2011-05-12 glennrpRevised PNG8 reduction to work with a special case...
2011-05-03 glennrpFixed some cut-and-paste errors in new PNG8 reduction...
2011-04-29 glennrpSquash some warnings about signed-unsigned comparisons...
2011-04-29 glennrpAdded some needed parentheses in the PNG8 encoder.
2011-04-29 glennrpChange more r->red to GetRedPixelComponent() in png.c
2011-04-29 cristy(no commit message)
2011-04-27 glennrpRevised new Get/SetRGB macros so all have the same...
2011-04-27 glennrpAdded convenience macros for copying RGB or RGBO pixel...
2011-04-27 glennrpfolded a long line
2011-04-27 glennrpWrite proper grayscale value in bKGD chunk when writing...
2011-04-26 glennrpRemoved redundant typecasts.
2011-04-26 glennrpFix instances of IsColorEqual() in coders/png.c
2011-04-26 glennrpChanged more q->*** to Get/Set***PixelComponent(q)
2011-04-26 glennrpChanged some q->*** to Get***PixelComponent(q)
2011-04-25 cristy(no commit message)
2011-04-23 glennrpChanged some direct access of pixel components to Get...
2011-04-23 glennrpBacked out part of the last update (decoding grayscale...
2011-04-23 glennrpSimplified LosslessReduceDepthOK in coders/png.c
2011-04-23 glennrpBacked out today's updates to coders/png.c
2011-04-22 glennrpFolded new long lines in png.c
2011-04-22 cristy(no commit message)
2011-04-22 glennrpSimplify grayscale reading
2011-04-22 glennrpSimplified decoding grayscale PNG images.
2011-04-22 glennrpSimplified PNG8 reductions using IM scaling functions...
2011-04-22 glennrpMore updates to png.c in support of Q64 builds.
2011-04-22 glennrpSimplified the PNG encoder's LosslessReduceDepthOK...
2011-04-22 glennrpDecode the bKGD chunk properly with Q32 and Q64 builds.
2011-04-22 glennrpMake PNG encoder's LosslessReduce function work with...
2011-04-22 glennrpMake PNG encoders's ok_to_reduce function work with...
2011-04-22 glennrpInitialize unused part of PNG colormap to zeroes
2011-04-19 glennrpAdded -define PNG:preserve-colormap option to coders...
2011-04-18 glennrpAdd some "To do" comments in coders/png.c
2011-04-18 glennrpThrow exception if CloneImage fails in PNG encoder.
2011-04-18 glennrpAdded "exclude-chunk=date" option to suppress date...
2011-04-14 glennrpadded "#define PNG_PTR_NORETURN" to png.c to prevent...
2011-04-14 cristy(no commit message)
2011-04-07 cristy(no commit message)
2011-04-06 glennrpRemove bogus image->colormap that is passed in to the...
2011-04-01 glennrpMake the png encoder treat incoming image depth as...
2011-03-31 cristy(no commit message)
2011-03-31 glennrpCombined width and height into one PNG property
2011-03-31 glennrpAdded PNG:vpAg width, height property.
2011-03-31 glennrpThe PNG decoder sometimes set images with more than...
2011-03-30 glennrpReformat PNG:text property
2011-03-30 glennrpReformat PNG chunk properties
2011-03-30 glennrpPut sRGB, gAMA, pHYs, and oFFs data in properties.
2011-03-30 glennrpStore ancillary chunk data for use by identify
2011-03-30 glennrpStore PNG IHDR data as properties
2011-03-30 cristy(no commit message)
2011-03-29 cristy(no commit message)
2011-03-24 glennrpUpdated comments about PNG8 reductions in coders/png.c
next