]> git.imager.perl.org - imager.git/blobdiff - MANIFEST
provide XS OUTPUT clauses for i_transform2/i_transform
[imager.git] / MANIFEST
index 1471e16a45b970501971b744ac280f828d83f12a..aa270c0a4ba2a0938c37fec88cd7209e8d85e83f 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -50,16 +50,10 @@ Flines/Makefile.PL
 Flines/t/t00flines.t
 flip.im
 font.c
-fontfiles/dcr10.afm
-fontfiles/dcr10.pfb
 fontfiles/dodge.ttf
-fontfiles/ExistenceTest.afm    please edit ExistenceTest.sfd in CVS
-fontfiles/ExistenceTest.pfb    to change these files, edited and
 fontfiles/ExistenceTest.ttf    generated using pfaedit
 fontfiles/ImUgly.ttf
 fontfiles/NameTest.ttf         test glyph_names() - see FT2/t/t10ft2.t
-fontfiles/SpaceTest.afm
-fontfiles/SpaceTest.pfb                test bounding box with spaces in t30t1font.t
 FT2/fontfiles/dodge.ttf
 FT2/fontfiles/ExistenceTest.afm
 FT2/fontfiles/ExistenceTest.pfb
@@ -72,6 +66,7 @@ FT2/FT2.pm
 FT2/FT2.xs
 FT2/imft2.h
 FT2/Makefile.PL
+FT2/README
 FT2/t/t10ft2.t
 FT2/typemap
 gaussian.im
@@ -80,8 +75,11 @@ GIF/GIF.xs
 GIF/imgif.c
 GIF/imgif.h
 GIF/Makefile.PL
+GIF/README
 GIF/t/t10gif.t
 GIF/t/t20new.t
+GIF/t/t30fixed.t
+GIF/t/t40limit.t
 GIF/testimg/badindex.gif       GIF with a bad color index
 GIF/testimg/bandw.gif
 GIF/testimg/expected.gif
@@ -138,7 +136,8 @@ imextdef.h
 imextpl.h                      Included by external modules for Perl API access
 imextpltypes.h                 Define Perl API function table type
 imexttypes.h                   Define API function table type
-img16.c
+img16.c                                Implements 16-bit/sample images
+img8.c                         Implements 8-bit/sample images
 imgdouble.c                    Implements double/sample images
 imio.h
 immacros.h
@@ -156,8 +155,10 @@ JPEG/imjpeg.h
 JPEG/JPEG.pm
 JPEG/JPEG.xs
 JPEG/Makefile.PL
+JPEG/README
 JPEG/t/t00load.t
 JPEG/t/t10jpeg.t               Test jpeg support
+JPEG/t/t20limit.t
 JPEG/testimg/209_yonge.jpg     Regression test: #17981
 JPEG/testimg/exiftest.jpg      Test image for EXIF parsing
 JPEG/testimg/scmyk.jpg         Simple CMYK JPEG image
@@ -181,7 +182,7 @@ lib/Imager/Font/BBox.pm
 lib/Imager/Font/FreeType2.pm
 lib/Imager/Font/Image.pm
 lib/Imager/Font/Truetype.pm
-lib/Imager/Font/Type1.pm
+lib/Imager/Font/Type1.pm       Compatibility wrapper for Imager::Font::T1
 lib/Imager/Font/Wrap.pm
 lib/Imager/Fountain.pm
 lib/Imager/Handy.pod
@@ -212,7 +213,6 @@ MANIFEST
 MANIFEST.SKIP
 map.c
 maskimg.c
-META.yml                       Module meta-data
 palimg.c
 paste.im
 plug.h
@@ -221,6 +221,7 @@ PNG/impng.h
 PNG/Makefile.PL
 PNG/PNG.pm
 PNG/PNG.xs
+PNG/README
 PNG/t/00load.t
 PNG/t/10png.t                  Test png support
 PNG/testimg/palette.png
@@ -267,6 +268,7 @@ SGI/SGI.xs
 SGI/t/00load.t
 SGI/t/10read.t
 SGI/t/20write.t
+SGI/t/30limit.t                        Test size limit checking
 SGI/testimg/rle.rgb
 SGI/testimg/rle12.rgb
 SGI/testimg/rle16.rgb
@@ -290,6 +292,7 @@ t/t023palette.t                     Test paletted images
 t/t05error.t
 t/t07iolayer.t
 t/t1000files.t                 Format independent file tests
+t/t1000lib/Imager/File/BAD.pm  Test failing to load a file handler
 t/t101nojpeg.t                 Test handling when jpeg not available
 t/t102nopng.t                  Test handling when png not available
 t/t103raw.t
@@ -303,7 +306,6 @@ t/t16matrix.t                       Tests Imager::Matrix2d
 t/t20fill.t                    Tests fills
 t/t21draw.t                    Basic drawing tests
 t/t22flood.t                   Flood fill tests
-t/t30t1font.t
 t/t31font.t                    General font interface tests
 t/t35ttfont.t
 t/t36oofont.t
@@ -315,6 +317,7 @@ t/t57infix.t
 t/t58trans2.t
 t/t59assem.t
 t/t61filters.t
+t/t62compose.t
 t/t63combine.t                 Test combine() method
 t/t64copyflip.t                        Test copy, flip, rotate, matrix_transform
 t/t65crop.t
@@ -332,9 +335,25 @@ t/t91pod.t                 Test POD with Test::Pod
 t/t92samples.t
 t/t93podcover.t                        POD Coverage tests
 t/t94kwalitee.t                        Various "kwalitee" tests
+t/t95log.t
+t/t98meta.t
 t/t99thread.t                  Test wrt to perl threads
 t/tr18561.t                    Regression tests
 t/tr18561b.t
+T1/fontfiles/dcr10.afm
+T1/fontfiles/dcr10.pfb
+T1/fontfiles/ExistenceTest.afm please edit ExistenceTest.sfd in CVS
+T1/fontfiles/ExistenceTest.pfb to change these files, edited and
+T1/fontfiles/SpaceTest.afm     test bounding box with spaces in t10type1.t
+T1/fontfiles/SpaceTest.pfb
+T1/imt1.c
+T1/imt1.h
+T1/Makefile.PL
+T1/README
+T1/t/t10type1.t
+T1/t/t20oo.t
+T1/T1.pm
+T1/T1.xs
 tags.c
 testimg/alpha16.tga            16-bit/pixel TGA with alpha "channel" RT 32926
 testimg/bad1oflow.bmp          1-bit/pixel, overflow integer on 32-bit machines
@@ -364,6 +383,8 @@ testimg/comp4.bmp           Compressed 4-bit/pixel BMP
 testimg/comp8.bmp              Compressed 8-bit/pixel BMP
 testimg/filltest.ppm           Test for flood fills
 testimg/gimpgrad               A GIMP gradient file
+testimg/gradbad.ggr            A bad GIMP gradient file (bad seg count)
+testimg/gradbad2.ggr           A bad GIMP gradient file (bad segment)
 testimg/imager.pbm             Test bi-level
 testimg/junk.ppm
 testimg/longid.tga             Test TGA with a long id string
@@ -397,6 +418,8 @@ testimg/test.png            Standard test image as PNG
 testimg/test.raw               Standard test image as RAW
 testimg/test.tga               Standard test image as TGA
 testimg/test_gimp_pal          A simple GIMP palette file
+testimg/tootall.ppm
+testimg/toowide.ppm
 testimg/winrgb2.bmp            1-bit bmp base
 testimg/winrgb24.bmp           24-bit bmp base
 testimg/winrgb24off.bmp                24-bit bmp with image data offset from header
@@ -409,6 +432,7 @@ tga.c                               Reading and writing Targa files
 TIFF/imtiff.c
 TIFF/imtiff.h
 TIFF/Makefile.PL
+TIFF/README
 TIFF/t/t10tiff.t               Test tiff support
 TIFF/testimg/alpha.tif         Alpha scaling test image
 TIFF/testimg/comp4.bmp         Compressed 4-bit/pixel BMP
@@ -447,6 +471,7 @@ W32/fontfiles/ExistenceTest.ttf
 W32/imw32.h
 W32/lib/Imager/Font/Win32.pm
 W32/Makefile.PL
+W32/README
 W32/t/t10win32.t               Tests Win32 GDI font support
 W32/W32.pm
 W32/W32.xs