]> git.imager.perl.org - imager.git/blobdiff - MANIFEST
improved polygon support
[imager.git] / MANIFEST
index 25d87eaf03c8138f053c29e7280e63559f98fa44..c91279a28b315bbcc6b485fa3a3d9d5eda4924ca 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -240,6 +240,7 @@ PNG/t/00load.t
 PNG/t/10png.t                  Test png support
 PNG/testimg/badcrc.png
 PNG/testimg/bilevel.png
+PNG/testimg/bipalette.png      bi-level but with a palette
 PNG/testimg/comment.png
 PNG/testimg/cover.png
 PNG/testimg/cover16.png
@@ -272,6 +273,7 @@ rubthru.im
 samples/align-string.pl                Demonstrate align_string method.
 samples/anaglyph.pl
 samples/border.pl              Demonstrate adding a border
+samples/drop_shadow.pl         Draw a drop shadow or glow
 samples/flasher.pl             Animate an source image fading to a color and back
 samples/gifscale.pl            Scale an animated GIF, preserving animation info
 samples/inline_capture2image.pl        convert captured BGR data to an image
@@ -337,6 +339,7 @@ t/250-draw/020-flood.t              Flood fill tests
 t/250-draw/030-paste.t         Test the paste() method
 t/250-draw/040-rubthru.t       Test the rubthrough() method
 t/250-draw/050-polyaa.t                polygon()
+t/250-draw/060-polypoly.t      polypolygon()
 t/250-draw/100-fill.t          fills
 t/250-draw/200-compose.t       compose()
 t/300-transform/010-scale.t    scale(), scaleX() and scaleY()
@@ -373,6 +376,7 @@ t/950-kwalitee/020-samples.t        Check samples are in samples/README
 t/950-kwalitee/030-podcover.t  POD Coverage tests
 t/950-kwalitee/040-strict.t    Check use strict is usede
 t/950-kwalitee/050-meta.t      Check META.yml is valid
+t/950-kwalitee/060-podstruct.t
 t/GoodTestFont.pm              A dummy (hardly implemented) font driver.
 t/Pod/Coverage/Imager.pm
 t/t1000lib/Imager/File/BAD.pm  Test failing to load a file handler
@@ -482,6 +486,7 @@ TIFF/testimg/comp8.bmp              Compressed 8-bit/pixel BMP
 TIFF/testimg/comp8.tif         8-bit/pixel paletted TIFF
 TIFF/testimg/gralpha.tif       Grey alpha test image
 TIFF/testimg/grey16.tif                16-bit/sample greyscale TIFF
+TIFF/testimg/grey16sg.tif      signed 16-bit/sample greyscale TIFF
 TIFF/testimg/grey32.tif                32-bit/sample greyscale+alpha TIFF
 TIFF/testimg/imager.pbm                Test bi-level
 TIFF/testimg/imager.tif                Test bi-level
@@ -499,6 +504,7 @@ TIFF/testimg/srgb.tif               Simple RGB image
 TIFF/testimg/srgba.tif         RGB with one alpha
 TIFF/testimg/srgba16.tif
 TIFF/testimg/srgba32.tif
+TIFF/testimg/srgba32f.tif      floating point sample RGBA
 TIFF/testimg/srgbaa.tif                RGB with 2 alpha
 TIFF/testimg/tiffwarn.tif      Generates a warning while being read
 TIFF/TIFF.pm