]> git.imager.perl.org - imager.git/blobdiff - MANIFEST
Modified i_line_aa to use a modified bresenham algorithm. This method
[imager.git] / MANIFEST
index 0f1a990127a34d03224af6162a6e02f4bd3dedfe..fcabafb80e877639adc1d40449afd4a8365989e5 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -6,10 +6,12 @@ README
 Makefile.PL
 bmp.c           Reading and writing Windows BMP files
 tga.c           Reading and writing Targa files
+rgb.c           Reading and writing SGI rgb files
 color.c         Color translation and handling
 conv.c
 convert.c
 draw.c
+polygon.c
 draw.h
 fills.c         Generic fills
 map.c
@@ -58,6 +60,12 @@ lib/Imager/Color.pm
 lib/Imager/Color/Float.pm
 lib/Imager/Expr.pm
 lib/Imager/Expr/Assem.pm
+lib/Imager/Files.pod
+lib/Imager/Draw.pod
+lib/Imager/Transformations.pod
+lib/Imager/ImageTypes.pod
+lib/Imager/Filters.pod
+lib/Imager/Engines.pod
 lib/Imager/Fill.pm
 lib/Imager/Font.pm
 lib/Imager/Font/Type1.pm
@@ -70,12 +78,14 @@ lib/Imager/Matrix2d.pm
 lib/Imager/regmach.pod
 lib/Imager/Regops.pm
 lib/Imager/Transform.pm
+t/testtools.pl
 t/t00basic.t
 t/t01introvert.t
 t/t020masked.t
 t/t021sixteen.t
 t/t022double.t          Test double/sample images
 t/t05error.t
+t/t07iolayer.t
 t/t101jpeg.t
 t/t102png.t
 t/t103raw.t
@@ -87,6 +97,7 @@ t/t108tga.t
 t/t15color.t
 t/t16matrix.t           Tests Imager::Matrix2d
 t/t20fill.t             Tests fills
+t/t21draw.t             Basic drawing tests
 t/t30t1font.t
 t/t35ttfont.t
 t/t36oofont.t
@@ -112,7 +123,10 @@ t/t75polyaa.t
 t/t90cc.t
 testimg/bandw.gif
 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/comp8.bmp       Compressed 8-bit/pixel BMP
+testimg/comp8.tif       8-bit/pixel paletted TIFF
 testimg/expected.gif
 testimg/gimpgrad        A GIMP gradient file
 testimg/junk.ppm
@@ -126,6 +140,7 @@ testimg/scale.ppm
 testimg/scalei.gif
 testimg/screen2.gif
 testimg/screen3.gif
+testimg/simple.pbm
 testimg/test_gimp_pal   A simple GIMP palette file
 testimg/trimgdesc.gif
 testimg/trmiddesc.gif