+Imager-Font-FT2 0.89
+====================
+
+ - update README
+
Imager-Font-FT2 0.88
====================
@ISA = qw(Imager::Font);
BEGIN {
- $VERSION = "0.88";
+ $VERSION = "0.89";
require XSLoader;
XSLoader::load('Imager::Font::FT2', $VERSION);
It requires libfreetype and its development header files to be
installed.
-This is currently shipped as part of Imager, but but Imager may
-install with out installing Imager::Font::FT2, if your module or
-application requires FreeType 2 support then add Imager::Font::FT2 as
-a prerequisite.
+For Linux distributions this typically requires installation of the
+associated -dev or -devel package.
+
+See Imager::Install for more information.
+
+Imager::Font::FT2 is currently shipped as part of Imager, but but
+Imager may install with out installing Imager::Font::FT2. If your
+module or application requires FreeType 2 support then add
+Imager::Font::FT2 as a prerequisite.
+Imager-File-GIF 0.87
+====================
+
+ - add the missing 0.86 changes list
+
+ - update README
+
+Imager-File-GIF 0.86
+====================
+
+ - avoid re-entrancy to giflib using the mutex API
+
Imager-File-GIF 0.85
====================
use vars qw($VERSION @ISA);
BEGIN {
- $VERSION = "0.86";
+ $VERSION = "0.87";
require XSLoader;
XSLoader::load('Imager::File::GIF', $VERSION);
It requires libgif to be installed, including development headers.
-This is currently shipped as part of Imager, but Imager may install
-with out installing Imager::File::GIF, so if you need GIF support, add
-a dependency on Imager::File::GIF.
+For Linux distributions this typically requires installation of the
+associated -dev or -devel package.
+
+See Imager::Install for more information.
+
+Imager::File::GIF is currently shipped as part of Imager, but Imager
+may install with out installing Imager::File::GIF, so if you need GIF
+support, add a dependency on Imager::File::GIF.
+
+Makefile.PL will reject libgif 4.2.0 and 5.0.0 due to bugs in those
+releases.
\ No newline at end of file
Imager::File::JPEG provides JPEG file format support for Imager.
-It requires libjpeg to be installed.
+It requires libjpeg to be installed, any version from jpeg6b or later.
+libjpeg-turbo is also supported.
+
+For Linux distributions this typically requires installation of the
+associated -dev or -devel package.
+
+See Imager::Install for more information.
This is currently shipped as part of Imager, but Imager may install
with out installing Imager::File::JPEG, so if you need JPEG support,
+Imager-File-PNG 0.87
+====================
+
+ - update README
+
Imager-File-PNG 0.86
====================
use vars qw($VERSION @ISA);
BEGIN {
- $VERSION = "0.86";
+ $VERSION = "0.87";
require XSLoader;
XSLoader::load('Imager::File::PNG', $VERSION);
Imager::File::PNG provides PNG file format support for Imager.
-It requires libpng to be installed.
+It requires libpng, including development files, to be installed.
-This is currently shipped as part of Imager, but Imager may install
-with out installing Imager::File::PNG, so if you need PNG support,
-add a dependency on Imager::File::PNG.
+For Linux distributions this typically requires installation of the
+associated -dev or -devel package.
+
+See Imager::Install for more information.
+
+Imager::File::PNG is currently shipped as part of Imager, but Imager
+may install without installing Imager::File::PNG, so if you need PNG
+support, add a dependency on Imager::File::PNG.
+Imager::Font::T1 1.020
+======================
+
+ - add the 1.019 changes list
+
+ - update README
+
+Imager::Font::T1 1.019
+======================
+
+ - slightly improve control over anti-aliasing, this is now recorded
+ per thread
+
+ - use a mutex to avoid re-entering t1lib, which isn't thread safe.
+
+ - avoid a paralled testing race condition.
+
Imager::Font::T1 1.018
======================
-This module provides Type 1 font support for Imager via T1Lib.
+Imager::Font::T1 provides Type 1 font support for Imager via T1Lib.
http://imager.perl.org/
http://www.t1lib.org/
+
+This requires that t1lib is installed, including any development files.
+
+For Linux distributions this typically requires installation of the
+associated -dev or -devel package.
+
+See Imager::Install for more information.
+
+Imager::Font::T1 is shipped as part of Imager, but if the libraries
+required aren't found it won't be installed. If you require T1
+support via libt1 then add a dependency on Imager::Font::T1.
+
+Imager::Font::FT2 provides most of the functionality of
+Imager::Font::T1 and more.
\ No newline at end of file
use Scalar::Util ();
BEGIN {
- $VERSION = "1.019";
+ $VERSION = "1.020";
require XSLoader;
XSLoader::load('Imager::Font::T1', $VERSION);
+Imager-File-TIFF 0.86
+=====================
+
+ - update README
+
Imager-File-TIFF 0.85
=====================
Imager::File::TIFF provides TIFF file format support for Imager.
-It requires libtiff to be installed.
+It requires libtiff to be installed, including development files.
+
+For Linux distributions this typically requires installation of the
+associated -dev or -devel package.
+
+See Imager::Install for more information.
This is currently shipped as part of Imager, but Imager may install
with out installing Imager::File::TIFF, so if you need TIFF support,
use vars qw($VERSION @ISA);
BEGIN {
- $VERSION = "0.85";
+ $VERSION = "0.86";
require XSLoader;
XSLoader::load('Imager::File::TIFF', $VERSION);