]> git.imager.perl.org - imager.git/blob - JPEG/Changes
[rt #99959] fix Imager::Matrix2d::rotate()'s centre point hanling
[imager.git] / JPEG / Changes
1
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
5
6 Imager-File-JPEG 0.88
7 =====================
8
9  - correct an internal documentation error.  No functional changes.
10
11 Imager-File-JPEG 0.87
12 =====================
13
14  - fix some mismatched format strings/types
15
16 Imager-File-JPEG 0.86
17 =====================
18
19  - correct 0.85 header below
20
21  - test code now reports the (compile-time) library version
22
23 Imager-File-JPEG 0.85
24 =====================
25
26  - avoid static variables when capturing IPTC data
27
28  - clean up .dSYM directories generated performing probes on OS X
29    Mountain Lion.
30
31  - pass the --verbose command-line option through to Imager::Probe in
32    Makefile.PL
33    https://rt.cpan.org/Ticket/Display.html?id=75878
34
35 Imager-File-JPEG 0.84
36 =====================
37
38  - allow compiling imexif.c with C89 compilers.
39
40 Imager-File-JPEG 0.83
41 =====================
42
43  - no longer fallback to using DynaLoader to load the XS code
44    https://rt.cpan.org/Ticket/Display.html?id=75560
45
46 Imager-File-JPEG 0.82
47 =====================
48
49  - modify to use the new buffered I/O functions instead of calling
50    I/O layer callbacks directly.
51
52  - handle I/O close errors properly
53
54 Imager-File-JPEG 0.81
55 =====================
56
57  - update the bundled (and still modified) Devel::CheckLib
58    https://rt.cpan.org/Ticket/Display.html?id=69170
59
60  - use snprintf() when imconfig.h indicates it's available
61    https://rt.cpan.org/Ticket/Display.html?id=69147
62
63 Imager-File-JPEG 0.80
64 =====================
65
66  - the big types cleanup
67
68  - fail writing an image that is too large for JPEG to support.
69
70 Imager-File-JPEG 0.79
71 =====================
72
73  - add progressive write support
74    https://rt.cpan.org/Ticket/Display.html?id=68691
75
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
79
80 Imager-File-JPEG 0.78
81 =====================
82
83 Split off from Imager.