4 - handle SampleFormat = 2 by translating the signed integer values to
5 unsigned by flipping their sign bits.
7 Handle SampleFormat = 3 where possible.
9 SampleFormat is ignored for paletted images.
11 Mixed SampleFormat are be handled incorrectly, since libtiff
12 returns only the first SampleFormat value, and an image with both
13 an alpha channel and SampleFormat = 2 for color channels probably
14 has a different SampleFormat for the alpha channel.
16 https://rt.cpan.org/Ticket/Display.html?id=74540
21 - fix some mismatched format strings/types
31 - for libtiff versions that support extended warning handlers (3.8.0
32 or later), use them to avoid some global variables.
34 - clean up .dSYM directories generated performing probes on OS X
37 - pass the --verbose command-line option through to Imager::Probe in
39 https://rt.cpan.org/Ticket/Display.html?id=75878
44 - no longer fallback to using DynaLoader to load the XS code
45 https://rt.cpan.org/Ticket/Display.html?id=75560
50 - modify to use the new buffered I/O functions instead of calling
51 I/O layer callbacks directly.
52 https://rt.cpan.org/Ticket/Display.html?id=69912
54 - handle I/O close errors properly
59 - check image file limits set by set_file_limits()
61 - use TIFFReadDirectory() instead of TIFFSetDirectory() to step
62 through IFDs, since that handles IFD loops.
64 - update the bundled (and still modified) Devel::CheckLib
65 https://rt.cpan.org/Ticket/Display.html?id=69170
70 - the big types cleanup
75 - handle slightly different warning from libtiff 4.x
76 https://rt.cpan.org/Ticket/Display.html?id=65268
78 - replace (imager|tony)@imager.perl.org in the doc, since I don't
79 plan to continue receiving mail at that address.
80 https://rt.cpan.org/Ticket/Display.html?id=68591
85 Split out from Imager.