-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make it so we can release sub-dists from the Imager git tree
- Loading branch information
Showing
29 changed files
with
344 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# build products | ||
\.o$ | ||
\.bs$ | ||
^FT2\.c$ | ||
^blib/ | ||
^pm_to_blib$ | ||
^Makefile$ | ||
^Makefile\.old$ | ||
^MANIFEST\.bak$ | ||
|
||
# test products | ||
^testout | ||
|
||
# system | ||
^\.svn/ | ||
/\.svn/ | ||
^\.gitignore$ | ||
|
||
# editor | ||
^# | ||
~$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# build products | ||
\.o$ | ||
\.bs$ | ||
^GIF\.c$ | ||
^blib/ | ||
^pm_to_blib$ | ||
^Makefile$ | ||
^MANIFEST\.bak$ | ||
|
||
# test products | ||
^testout | ||
|
||
# system | ||
^\.svn/ | ||
/\.svn/ | ||
|
||
# editor | ||
^# | ||
~$ | ||
|
||
^\.gitignore$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# build products | ||
\.o$ | ||
\.bs$ | ||
^JPEG\.c$ | ||
^blib/ | ||
^pm_to_blib$ | ||
^Makefile$ | ||
^Makefile\.old$ | ||
^MANIFEST\.bak$ | ||
|
||
# test products | ||
^testout | ||
|
||
# system | ||
^\.svn/ | ||
/\.svn/ | ||
^\.gitignore$ | ||
|
||
# editor | ||
^# | ||
~$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# build products | ||
\.o$ | ||
\.bs$ | ||
^PNG\.c$ | ||
^blib/ | ||
^pm_to_blib$ | ||
^Makefile$ | ||
^MANIFEST\.bak$ | ||
|
||
# test products | ||
^testout | ||
|
||
# system | ||
^\.svn/ | ||
/\.svn/ | ||
|
||
# editor | ||
^# | ||
~$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# build products | ||
\.o$ | ||
\.bs$ | ||
^TIFF\.c$ | ||
^blib/ | ||
^pm_to_blib$ | ||
^Makefile$ | ||
^Makefile\.old$ | ||
^MANIFEST\.bak$ | ||
|
||
# test products | ||
^testout | ||
|
||
# system | ||
^\.svn/ | ||
/\.svn/ | ||
^\.gitignore$ | ||
|
||
# editor | ||
^# | ||
~$ |
Oops, something went wrong.