9 - clean up .dSYM directories generated performing probes on OS X
12 - pass the --verbose command-line option through to Imager::Probe in
14 https://rt.cpan.org/Ticket/Display.html?id=75878
19 - fix some compiler warnings, no functional changes
24 - libpng 1.5 specific probes were looking for libpng 1.4 filenames.
26 - added alternative probe configurations that try to link libz, to
27 handle a statically linked libpng.
28 https://rt.cpan.org/Ticket/Display.html?id=74043
31 - improve error reporting
32 - add png_interlace, png_bits tags
33 - read paletted images as paletted images, including transparency
34 - read 1 bit greyscale images as a type suitable for other file
35 handlers to write as bilevel
36 - read 16 bit/sample PNG as 16-bit/sample Imager images
37 - write "bilevel" paletted images as 1 bit grayscale images
38 - write paletted images as paletted images
39 - write 16-bit (or higher)/sample images as 16-bit/sample PNG
41 - improved metadata support
42 https://rt.cpan.org/Ticket/Display.html?id=29268
47 - no longer fallback to using DynaLoader to load the XS code
48 https://rt.cpan.org/Ticket/Display.html?id=75560
53 - modify to use the new buffered I/O functions instead of calling
54 I/O layer callbacks directly.
56 - handle I/O close errors properly
61 - update the bundled (and still modified) Devel::CheckLib
62 https://rt.cpan.org/Ticket/Display.html?id=69170
67 - the big types cleanup
72 - replace (imager|tony)@imager.perl.org in the doc, since I don't
73 plan to continue receiving mail at that address.
74 https://rt.cpan.org/Ticket/Display.html?id=68591
76 - Makefile.PL updates to report library detection info back to the
77 main Imager Makefile.PL.
78 https://rt.cpan.org/Ticket/Display.html?id=9675
85 - don't access deprecated members of the png_structp.
86 https://rt.cpan.org/Ticket/Display.html?id=60242
88 - cleanup testout on make clean
95 - add inc at the front of @INC so we don't pick up old installed
101 Initial release based on Imager 0.77
103 The idea here is that you can depend on Imager::File::PNG and be sure