2 - added the jpeg_optimize parameter for writing JPEG files. This can
3 significantly reduce file sizes, but uses more memory and time.
4 https://rt.cpan.org/Ticket/Display.html?id=94292
9 - correct an internal documentation error. No functional changes.
14 - fix some mismatched format strings/types
19 - correct 0.85 header below
21 - test code now reports the (compile-time) library version
26 - avoid static variables when capturing IPTC data
28 - clean up .dSYM directories generated performing probes on OS X
31 - pass the --verbose command-line option through to Imager::Probe in
33 https://rt.cpan.org/Ticket/Display.html?id=75878
38 - allow compiling imexif.c with C89 compilers.
43 - no longer fallback to using DynaLoader to load the XS code
44 https://rt.cpan.org/Ticket/Display.html?id=75560
49 - modify to use the new buffered I/O functions instead of calling
50 I/O layer callbacks directly.
52 - handle I/O close errors properly
57 - update the bundled (and still modified) Devel::CheckLib
58 https://rt.cpan.org/Ticket/Display.html?id=69170
60 - use snprintf() when imconfig.h indicates it's available
61 https://rt.cpan.org/Ticket/Display.html?id=69147
66 - the big types cleanup
68 - fail writing an image that is too large for JPEG to support.
73 - add progressive write support
74 https://rt.cpan.org/Ticket/Display.html?id=68691
76 - replace (imager|tony)@imager.perl.org in the doc, since I don't
77 plan to continue receiving mail at that address.
78 https://rt.cpan.org/Ticket/Display.html?id=68591
83 Split off from Imager.