]> git.imager.perl.org - imager.git/blob - TIFF/Changes
add new comparison method rgb_difference that resembles arithmetical difference per...
[imager.git] / TIFF / Changes
1 Imager-File-TIFF 0.91
2 =====================
3
4  - Imager has moved to github.
5
6 Imager-File-TIFF 0.90
7 =====================
8
9  - skipped this version somehow
10
11 Imager-File-TIFF 0.89
12 =====================
13
14  - update the bundled/modified Devel::CheckLib to handle the gcc-4
15    symlink on Cygwin
16
17 Imager-File-TIFF 0.88
18 =====================
19
20  - handle SampleFormat = 2 by translating the signed integer values to
21    unsigned by flipping their sign bits.
22
23    Handle SampleFormat = 3 where possible.
24
25    SampleFormat is ignored for paletted images.
26
27    Mixed SampleFormat are be handled incorrectly, since libtiff
28    returns only the first SampleFormat value, and an image with both
29    an alpha channel and SampleFormat = 2 for color channels probably
30    has a different SampleFormat for the alpha channel.
31
32    https://rt.cpan.org/Ticket/Display.html?id=74540
33
34  - eliminate some warnings produced by GCC 4.7.2:
35
36     - a set but otherwise unused variable,
37
38     - an incompletely bracketed array of structures initialization, and
39
40     - a format string error (with no security implications)
41
42 Imager-File-TIFF 0.87
43 =====================
44
45  - fix some mismatched format strings/types
46
47 Imager-File-TIFF 0.86
48 =====================
49
50  - update README
51
52 Imager-File-TIFF 0.85
53 =====================
54
55  - for libtiff versions that support extended warning handlers (3.8.0
56    or later), use them to avoid some global variables.
57
58  - clean up .dSYM directories generated performing probes on OS X
59    Mountain Lion.
60
61  - pass the --verbose command-line option through to Imager::Probe in
62    Makefile.PL
63    https://rt.cpan.org/Ticket/Display.html?id=75878
64
65 Imager-File-TIFF 0.83
66 =====================
67
68  - no longer fallback to using DynaLoader to load the XS code
69    https://rt.cpan.org/Ticket/Display.html?id=75560
70
71 Imager-File-TIFF 0.82
72 =====================
73
74  - modify to use the new buffered I/O functions instead of calling
75    I/O layer callbacks directly.
76    https://rt.cpan.org/Ticket/Display.html?id=69912
77
78  - handle I/O close errors properly
79
80 Imager-File-TIFF 0.81
81 =====================
82
83  - check image file limits set by set_file_limits()
84
85  - use TIFFReadDirectory() instead of TIFFSetDirectory() to step
86    through IFDs, since that handles IFD loops.
87
88  - update the bundled (and still modified) Devel::CheckLib
89    https://rt.cpan.org/Ticket/Display.html?id=69170
90
91 Imager-File-TIFF 0.80
92 =====================
93
94  - the big types cleanup
95
96 Imager-File-TIFF 0.79
97 =====================
98
99  - handle slightly different warning from libtiff 4.x
100    https://rt.cpan.org/Ticket/Display.html?id=65268
101
102  - replace (imager|tony)@imager.perl.org in the doc, since I don't
103    plan to continue receiving mail at that address.
104    https://rt.cpan.org/Ticket/Display.html?id=68591
105
106 Imager-File-TIFF 0.78
107 =====================
108
109 Split out from Imager.