]> git.imager.perl.org - imager.git/history - PNG/impng.c
fix a fence post error validating a combing mode number
[imager.git] / PNG / impng.c
2018-06-04 Tony Cookadd png_compression_level parameter for writing PNG...
2013-07-09 Tony Cook[rt #86659] PNG benign error support is more complex...
2013-06-07 Tony Cook[rt #85746] add support for libpng 1.6
2013-02-21 Tony Cookmark mm_log() for the API with the right gcc -Wformat...
2012-08-14 Tony Cookeliminate another unused impng.c variable
2012-08-13 Tony Cookeliminate various unused variable warnings
2012-04-29 Tony CookMerge branch 'png'
2012-04-29 Tony CookPNG re-work: saving imager tags as PNG chunks
2012-04-29 Tony CookPNG re-work: process the bKGD chunk into an i_backgroun...
2012-04-29 Tony CookPNG re-work: test tags from PNG reads and re-work a...
2012-04-29 Tony CookPNG-rework: forward png flush output through to i_io_fl...
2012-04-29 Tony CookPNG re-work: support writing 16-bit/sample images
2012-04-29 Tony CookPNG re-work: handle writing bilevel files
2012-04-29 Tony CookPNG re-work: paletted file writes
2012-04-29 Tony CookPNG re-work: split out write handling
2012-04-29 Tony CookPNG re-work: collect more text tags
2012-04-29 Tony CookPNG re-work: remove unused variables
2012-04-29 Tony CookPNG re-work: test results of new and old read handlers
2012-04-29 Tony CookPNG re-work: read 16-bit PNG as 16-bit
2012-04-29 Tony CookPNG re-work: read 1 bit grey images as the common inter...
2012-04-29 Tony CookPNG re-work: implement paletted read
2012-04-29 Tony CookPNG re-work: remove obsolete comment and the associated...
2012-04-29 Tony CookPNG re-work: remove direct image access
2012-04-29 Tony CookWIP PNG re-work
2012-04-29 Tony CookPNG re-work: save png_bits and png_interlace tags
2012-04-29 Tony CookPNG re-work: provide perl level access to the libpng...
2012-04-29 Tony CookPNG re-work: improve error reporting for PNG read/write
2011-10-10 Tony CookMerge the I/O buffering branch
2011-08-08 Tony Cookswitch to using size_t and i_img_dim strictly
2010-09-27 Tony Cookuse accessor functions to access deprecated members...
2010-08-06 Tony Cookmerge PNG branch and some clean-up