1Revision history for Image::Scale
2
30.12    2016-05-08
4        - Skip JPEG binary comparison tests by default, as they are broken with libjpeg-turbo.
5        - Correctly find libjpeg-turbo on Linux systems where some headers are installed
6          in /usr/include/x86_64-linux-gnu
7        - Removed hints/darwin.pl, don't try to be smarter than Perl about how to build things.
8
90.11    2015-10-07
10        - Added $img->resized_height() and $img->resized_width() accessors that
11          return the post-resize dimensions of the image. This can be useful if you
12          only specified one dimension and need to know the other dimension that
13          was calculated by the module. (RT #80269)
14        - Changed ARM fixed_mul assembly code to not round the result, in order to
15          match the output from x86 and C versions and pass the tests. (RT #93417)
16        - Fixed GIF compilation when using giflib >= 5.0. (RT #106749)
17        - Compilation fixes for newer OSX versions.
18        - Point at new GitHub repo.
19
200.10    2015-08-23
21        - GIF support now requires giflib >= 4.2.0, due to API changes.
22          libungif is no longer supported. (RT #101679)
23        - Fixed call to png_memcpy no longer working (RT #89927)
24
250.09    (unreleased)
26        - Bug 17573, fixed several places where we could divide by 0.
27        - Fixed JPEG version detection for libjpeg-turbo.
28        - Fixed GIF library detection when using only --with-gif-includes switch.
29
300.08    2011-08-24
31        - Forgot to add some new test files to the manifest.
32        - Updated the Makefile and Win32 instructions to use libjpeg-turbo-1.1.1.
33
340.07    2011-08-24
35        - Protect against resizing to a 0-width or 0-height image.
36        - Use libungif if giflib is not found. (Max Soulé)
37        - Fix build issue when building a non-x86 version using libjpeg-turbo's
38          header file.
39        - Hide orientation warning when EXIF orientation value is 0 (invalid but
40          common for some reason).
41
420.06    2010-09-20 18:40:00
43        - JPEG: Don't abort on fatal read errors if we have already processed
44          some lines from the image. An image with blank space is better than
45          no image at all.
46
470.05    2010-09-20 14:30:00
48        - Faster resize when image doesn't have an alpha channel.
49        - Faster JPEG compression when using libjpeg-turbo.
50
510.04    2010-09-17 15:40:00
52        - More fixes for CPAN testers.
53
540.03    2010-09-16 18:00:00
55        - Fixed compilation on Windows.
56
570.02    2010-09-16 17:00:00
58        - Fixed crash when reading JPEG images with large Exif tags.
59        - Improved fixed-point performance for x86.
60        - Fixes for various test failures.
61
620.01    2010-09-08 23:40:00
63        - Initial release.
64