]> git.imager.perl.org - imager.git/blob - TIFF/Changes
[rt #74540] handle the TIFF SampleFormat tag
[imager.git] / TIFF / Changes
1 Imager-File-TIFF 0.88
2 =====================
3
4  - handle SampleFormat = 2 by translating the signed integer values to
5    unsigned by flipping their sign bits.
6
7    Handle SampleFormat = 3 where possible.
8
9    SampleFormat is ignored for paletted images.
10
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.
15
16    https://rt.cpan.org/Ticket/Display.html?id=74540
17
18 Imager-File-TIFF 0.87
19 =====================
20
21  - fix some mismatched format strings/types
22
23 Imager-File-TIFF 0.86
24 =====================
25
26  - update README
27
28 Imager-File-TIFF 0.85
29 =====================
30
31  - for libtiff versions that support extended warning handlers (3.8.0
32    or later), use them to avoid some global variables.
33
34  - clean up .dSYM directories generated performing probes on OS X
35    Mountain Lion.
36
37  - pass the --verbose command-line option through to Imager::Probe in
38    Makefile.PL
39    https://rt.cpan.org/Ticket/Display.html?id=75878
40
41 Imager-File-TIFF 0.83
42 =====================
43
44  - no longer fallback to using DynaLoader to load the XS code
45    https://rt.cpan.org/Ticket/Display.html?id=75560
46
47 Imager-File-TIFF 0.82
48 =====================
49
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
53
54  - handle I/O close errors properly
55
56 Imager-File-TIFF 0.81
57 =====================
58
59  - check image file limits set by set_file_limits()
60
61  - use TIFFReadDirectory() instead of TIFFSetDirectory() to step
62    through IFDs, since that handles IFD loops.
63
64  - update the bundled (and still modified) Devel::CheckLib
65    https://rt.cpan.org/Ticket/Display.html?id=69170
66
67 Imager-File-TIFF 0.80
68 =====================
69
70  - the big types cleanup
71
72 Imager-File-TIFF 0.79
73 =====================
74
75  - handle slightly different warning from libtiff 4.x
76    https://rt.cpan.org/Ticket/Display.html?id=65268
77
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
81
82 Imager-File-TIFF 0.78
83 =====================
84
85 Split out from Imager.