--- /dev/null
+Changes
+fontfiles/dodge.ttf
+fontfiles/ExistenceTest.afm
+fontfiles/ExistenceTest.pfb
+fontfiles/ExistenceTest.ttf
+fontfiles/ImUgly.ttf
+fontfiles/MMOne.pfb
+fontfiles/NameTest.ttf
+freetyp2.c
+FT2.pm
+FT2.xs
+imft2.h
+inc/Devel/CheckLib.pm
+Makefile.PL
+MANIFEST This list of files
+MANIFEST.SKIP
+README
+t/t10ft2.t
+typemap
--- /dev/null
+# build products
+\.o$
+\.bs$
+^FT2\.c$
+^blib/
+^pm_to_blib$
+^Makefile$
+^Makefile\.old$
+^MANIFEST\.bak$
+
+# test products
+^testout
+
+# system
+^\.svn/
+/\.svn/
+^\.gitignore$
+
+# editor
+^#
+~$
resources =>
{
homepage => "http://imager.perl.org/",
- repository =>
- {
- url => "http://imager.perl.org/svn/trunk/Imager/FT2",
- web => "http://imager.perl.org/svnweb/public/browse/trunk/Imager/FT2",
- type => "svn",
- },
+ repository => "git://git.imager.perl.org/imager.git",
+ bugtracker => "http://rt.cpan.org/NoAuth/Bugs.html?Dist=Imager",
},
};
$opts{PREREQ_PM} =
--- /dev/null
+Imager::Font::FT2 provides font support to Imager via the FreeType 2
+library.
+
+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.
confusing at best. Requires changes from Imager 0.84.
https://rt.cpan.org/Ticket/Display.html?id=67912
+ - replace (imager|tony)@imager.perl.org in the doc, since I don't
+ plan to continue receiving mail at that address.
+ https://rt.cpan.org/Ticket/Display.html?id=68591
+
Imager-File-GIF 0.78
====================
--- /dev/null
+Changes
+GIF.pm
+GIF.xs
+imgif.c
+imgif.h
+inc/Devel/CheckLib.pm
+Makefile.PL
+MANIFEST This list of files
+MANIFEST.SKIP
+t/t10gif.t
+t/t20new.t
+t/t30fixed.t
+testimg/badindex.gif
+testimg/bandw.gif
+testimg/expected.gif
+testimg/loccmap.gif
+testimg/nocmap.gif
+testimg/scale.gif
+testimg/scalei.gif
+testimg/screen2.gif
+testimg/screen3.gif
+testimg/trimgdesc.gif
+testimg/trmiddesc.gif
+testimg/zerocomm.gif
--- /dev/null
+# build products
+\.o$
+\.bs$
+^GIF\.c$
+^blib/
+^pm_to_blib$
+^Makefile$
+^MANIFEST\.bak$
+
+# test products
+^testout
+
+# system
+^\.svn/
+/\.svn/
+
+# editor
+^#
+~$
+
+^\.gitignore$
resources =>
{
homepage => "http://imager.perl.org/",
- repository =>
- {
- url => "http://imager.perl.org/svn/trunk/Imager/GIF",
- web => "http://imager.perl.org/svnweb/public/browse/trunk/Imager/GIF",
- type => "svn",
- },
+ repository => "git://git.imager.perl.org/imager.git",
+ bugtracker => "http://rt.cpan.org/NoAuth/Bugs.html?Dist=Imager",
},
};
$opts{PREREQ_PM} =
--- /dev/null
+Imager::File::GIF provides GIF file format support for Imager.
+
+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.
Imager-File-JPEG 0.79
=====================
- - add progressive support
+ - add progressive write support
+ https://rt.cpan.org/Ticket/Display.html?id=68691
+
+ - replace (imager|tony)@imager.perl.org in the doc, since I don't
+ plan to continue receiving mail at that address.
+ https://rt.cpan.org/Ticket/Display.html?id=68591
Imager-File-JPEG 0.78
=====================
--- /dev/null
+Changes
+imexif.c
+imexif.h
+imjpeg.c
+imjpeg.h
+inc/Devel/CheckLib.pm
+JPEG.pm
+JPEG.xs
+Makefile.PL
+MANIFEST This list of files
+MANIFEST.SKIP
+README
+t/t00load.t
+t/t10jpeg.t
+testimg/209_yonge.jpg Regression test: #17981
+testimg/exiftest.jpg Test image for EXIF parsing
+testimg/scmyk.jpg Simple CMYK JPEG image
+testimg/zerotype.jpg Image with a zero type entry in the EXIF data
--- /dev/null
+# build products
+\.o$
+\.bs$
+^JPEG\.c$
+^blib/
+^pm_to_blib$
+^Makefile$
+^Makefile\.old$
+^MANIFEST\.bak$
+
+# test products
+^testout
+
+# system
+^\.svn/
+/\.svn/
+^\.gitignore$
+
+# editor
+^#
+~$
resources =>
{
homepage => "http://imager.perl.org/",
- repository =>
- {
- url => "http://imager.perl.org/svn/trunk/Imager/JPEG",
- web => "http://imager.perl.org/svnweb/public/browse/trunk/Imager/JPEG",
- type => "svn",
- },
+ repository => "git://git.imager.perl.org/imager.git",
+ bugtracker => "http://rt.cpan.org/NoAuth/Bugs.html?Dist=Imager",
},
};
$opts{PREREQ_PM} =
--- /dev/null
+Imager::File::JPEG provides JPEG file format support for Imager.
+
+It requires libjpeg to be installed.
+
+This is currently shipped as part of Imager, but Imager may install
+with out installing Imager::File::JPEG, so if you need JPEG support,
+add a dependency on Imager::File::JPEG.
+Imager-File-PNG 0.79
+====================
+
+ - replace (imager|tony)@imager.perl.org in the doc, since I don't
+ plan to continue receiving mail at that address.
+ https://rt.cpan.org/Ticket/Display.html?id=68591
+
Imager-File-PNG 0.78
====================
--- /dev/null
+Changes
+impng.c
+impng.h
+inc/Devel/CheckLib.pm
+Makefile.PL
+MANIFEST This list of files
+MANIFEST.SKIP
+PNG.pm
+PNG.xs
+t/00load.t
+t/10png.t
+testimg/palette.png
+testimg/palette_out.png
--- /dev/null
+# build products
+\.o$
+\.bs$
+^PNG\.c$
+^blib/
+^pm_to_blib$
+^Makefile$
+^MANIFEST\.bak$
+
+# test products
+^testout
+
+# system
+^\.svn/
+/\.svn/
+
+# editor
+^#
+~$
resources =>
{
homepage => "http://imager.perl.org/",
- repository =>
- {
- url => "http://imager.perl.org/svn/trunk/Imager/PNG",
- web => "http://imager.perl.org/svnweb/public/browse/trunk/Imager/PNG",
- type => "svn",
- },
+ repository => "git://git.imager.perl.org/imager.git",
+ bugtracker => "http://rt.cpan.org/NoAuth/Bugs.html?Dist=Imager",
},
};
$opts{PREREQ_PM} =
--- /dev/null
+Imager::File::PNG provides PNG file format support for Imager.
+
+It requires libpng 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.
resources =>
{
homepage => "http://imager.perl.org/",
- repository =>
- {
- url => "git://git.imager.perl.org/imager-type1.git",
- web => "http://git.imager.perl.org/imager-type1.git/",
- type => "git",
- },
+ repository => "git://git.imager.perl.org/imager.git",
+ bugtracker => "http://rt.cpan.org/NoAuth/Bugs.html?Dist=Imager",
},
};
$opts{PREREQ_PM} =
+Imager-File-TIFF 0.79
+=====================
+
+ - handle slightly different warning from libtiff 4.x
+ https://rt.cpan.org/Ticket/Display.html?id=65268
+
+ - replace (imager|tony)@imager.perl.org in the doc, since I don't
+ plan to continue receiving mail at that address.
+ https://rt.cpan.org/Ticket/Display.html?id=68591
+
Imager-File-TIFF 0.78
=====================
--- /dev/null
+Changes
+imtiff.c
+imtiff.h
+inc/Devel/CheckLib.pm
+Makefile.PL
+MANIFEST This list of files
+MANIFEST.SKIP
+README
+t/t10tiff.t
+testimg/alpha.tif Alpha scaling test image
+testimg/comp4.bmp Compressed 4-bit/pixel BMP
+testimg/comp4.tif 4-bit/pixel paletted TIFF
+testimg/comp4bad.tif corrupted 4-bit/pixel paletted TIFF
+testimg/comp4t.tif 4-bit/pixel paletted TIFF (tiled)
+testimg/comp8.bmp Compressed 8-bit/pixel BMP
+testimg/comp8.tif 8-bit/pixel paletted TIFF
+testimg/gralpha.tif Grey alpha test image
+testimg/grey16.tif 16-bit/sample greyscale TIFF
+testimg/grey32.tif 32-bit/sample greyscale+alpha TIFF
+testimg/imager.pbm Test bi-level
+testimg/imager.tif Test bi-level
+testimg/pengtile.tif Tiled tiff image, same as penguin-base.ppm
+testimg/penguin-base.ppm
+testimg/rgb16.tif 16-bit/sample RGB image - strips
+testimg/rgb16t.tif 16-bit/sample RGB image - tiled
+testimg/rgbatsep.tif Tiled/separated for testing RGBA codepath
+testimg/scmyk.tif Simple CMYK TIFF image
+testimg/scmyka.tif CMYK with one alpha channel
+testimg/scmyka16.tif CMYK with one alpha channel (16-bit)
+testimg/scmykaa.tif CMYK with 2 alpha channels
+testimg/slab.tif Lab color image
+testimg/srgb.tif Simple RGB image
+testimg/srgba.tif RGB with one alpha
+testimg/srgba16.tif
+testimg/srgba32.tif
+testimg/srgbaa.tif RGB with 2 alpha
+testimg/tiffwarn.tif Generates a warning while being read
+TIFF.pm
+TIFF.xs
--- /dev/null
+# build products
+\.o$
+\.bs$
+^TIFF\.c$
+^blib/
+^pm_to_blib$
+^Makefile$
+^Makefile\.old$
+^MANIFEST\.bak$
+
+# test products
+^testout
+
+# system
+^\.svn/
+/\.svn/
+^\.gitignore$
+
+# editor
+^#
+~$
resources =>
{
homepage => "http://imager.perl.org/",
- repository =>
- {
- url => "http://imager.perl.org/svn/trunk/Imager/TIFF",
- web => "http://imager.perl.org/svnweb/public/browse/trunk/Imager/TIFF",
- type => "svn",
- },
+ repository => "git://git.imager.perl.org/imager.git",
+ bugtracker => "http://rt.cpan.org/NoAuth/Bugs.html?Dist=Imager",
},
};
$opts{PREREQ_PM} =
--- /dev/null
+Imager::File::TIFF provides TIFF file format support for Imager.
+
+It requires libtiff to be installed.
+
+This is currently shipped as part of Imager, but Imager may install
+with out installing Imager::File::TIFF, so if you need TIFF support,
+add a dependency on Imager::File::TIFF.
+
+Makefile.PL will reject libtiff 3.9.0 due to a bug in that release.
\ No newline at end of file
--- /dev/null
+Changes\r
+fontfiles/ExistenceTest.ttf\r
+imw32.h\r
+inc/Devel/CheckLib.pm\r
+lib/Imager/Font/Win32.pm\r
+Makefile.PL\r
+MANIFEST This list of files\r
+MANIFEST.SKIP\r
+README\r
+t/t10win32.t\r
+W32.pm\r
+W32.xs\r
+win32.c\r
--- /dev/null
+# build products
+\.o$
+\.bs$
+^W32\.c$
+^W32\.def$
+^W32_def\.old$
+^blib/
+^pm_to_blib$
+^Makefile$
+^Makefile\.old$
+^MANIFEST\.bak$
+^dll\.base$
+^dll\.exp$
+
+# test products
+^testout
+
+# system
+^\.svn/
+/\.svn/
+^\.gitignore$
+
+# editor
+^#
+~$
resources =>
{
homepage => "http://imager.perl.org/",
- repository =>
- {
- url => "http://imager.perl.org/svn/trunk/Imager/W32",
- web => "http://imager.perl.org/svnweb/public/browse/trunk/Imager/W32",
- type => "svn",
- },
+ repository => "git://git.imager.perl.org/imager.git",
+ bugtracker => "http://rt.cpan.org/NoAuth/Bugs.html?Dist=Imager",
},
};
$opts{PREREQ_PM} =
--- /dev/null
+Imager::Font::W32 provides font support to Imager via the Win32 GDI
+API functions..
+
+It requires Win32 header files and libraries to be available.
+
+This is currently shipped as part of Imager, but may not be installed
+as part of Imager if headers or libraries aren't found at build time.,
+if your module or application requires Win32 font support support then
+add Imager::Font::W32 as a prerequisite.