4 - Imager has moved to github
9 - Makefile.PL / metadata improvements
14 - add support for setting the level of zlib compression used with the
15 png_compression_level tag.
20 - update the bundled/modified Devel::CheckLib to handle the gcc-4
26 - skip the benign tests before libpng 1.6.0 since older versions do
27 not treat an extranrous palette as any sort of error.
32 - support libpng 1.6.10.
33 1.6.10 changed CRC errors from benign errors to normal errors,
34 which broke the test which used CRC errors to check for benign
35 error support. Switched to using a 1-bit grey-scale image with a
36 palette to test for benign errors.
37 https://rt.cpan.org/Ticket/Display.html?id=94717
42 - treat a version mismatch between library and headers as a probe
44 https://rt.cpan.org/Ticket/Display.html?id=86659
46 - the check for benign error support is more complex than a simple
47 library version check, check for the appropriate macro.
48 Thanks for Slaven Rezic for following up on my CPAN Testers result
50 https://rt.cpan.org/Ticket/Display.html?id=86659
55 Distributed with Imager 0.96_01.
58 https://rt.cpan.org/Ticket/Display.html?id=85746
68 - clean up .dSYM directories generated performing probes on OS X
71 - pass the --verbose command-line option through to Imager::Probe in
73 https://rt.cpan.org/Ticket/Display.html?id=75878
78 - fix some compiler warnings, no functional changes
83 - libpng 1.5 specific probes were looking for libpng 1.4 filenames.
85 - added alternative probe configurations that try to link libz, to
86 handle a statically linked libpng.
87 https://rt.cpan.org/Ticket/Display.html?id=74043
90 - improve error reporting
91 - add png_interlace, png_bits tags
92 - read paletted images as paletted images, including transparency
93 - read 1 bit greyscale images as a type suitable for other file
94 handlers to write as bilevel
95 - read 16 bit/sample PNG as 16-bit/sample Imager images
96 - write "bilevel" paletted images as 1 bit grayscale images
97 - write paletted images as paletted images
98 - write 16-bit (or higher)/sample images as 16-bit/sample PNG
100 - improved metadata support
101 https://rt.cpan.org/Ticket/Display.html?id=29268
106 - no longer fallback to using DynaLoader to load the XS code
107 https://rt.cpan.org/Ticket/Display.html?id=75560
112 - modify to use the new buffered I/O functions instead of calling
113 I/O layer callbacks directly.
115 - handle I/O close errors properly
120 - update the bundled (and still modified) Devel::CheckLib
121 https://rt.cpan.org/Ticket/Display.html?id=69170
126 - the big types cleanup
131 - replace (imager|tony)@imager.perl.org in the doc, since I don't
132 plan to continue receiving mail at that address.
133 https://rt.cpan.org/Ticket/Display.html?id=68591
135 - Makefile.PL updates to report library detection info back to the
136 main Imager Makefile.PL.
137 https://rt.cpan.org/Ticket/Display.html?id=9675
144 - don't access deprecated members of the png_structp.
145 https://rt.cpan.org/Ticket/Display.html?id=60242
147 - cleanup testout on make clean
154 - add inc at the front of @INC so we don't pick up old installed
160 Initial release based on Imager 0.77
162 The idea here is that you can depend on Imager::File::PNG and be sure