]> git.imager.perl.org - imager.git/blobdiff - MANIFEST
the image data offset wasn't validated when reading a 240bit bmp
[imager.git] / MANIFEST
index 3389b4783274e49b2b86616316c4c096f70e6e18..32c781741fabcf8024d962b2b9471e78bde0764b 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -18,13 +18,24 @@ ICO/ICO.xs
 ICO/Makefile.PL
 ICO/imicon.c
 ICO/imicon.h
+ICO/lib/Imager/File/CUR.pm
 ICO/msicon.c
 ICO/msicon.h
 ICO/t/t10icon.t
 ICO/t/t20readone.t
 ICO/t/t21readmult.t
+ICO/t/t30cursor.t
+ICO/t/t40readcurone.t
+ICO/t/t41curmultread.t
+ICO/t/t50readfail.t
+ICO/t/t60writefail.t
+ICO/t/t70icosing.t
+ICO/t/t71icomult.t
+ICO/t/t72cursing.t
+ICO/t/t73curmult.t
 ICO/testimg/combo.ico
 ICO/testimg/pal13232.ico
+ICO/testimg/pal43232.cur
 ICO/testimg/pal43232.ico
 ICO/testimg/pal43232.ppm
 ICO/testimg/pal83232.ico
@@ -66,6 +77,7 @@ dynfilt/flines.exp
 dynfilt/mandelbrot.c
 dynfilt/mandelbrot.exp
 dynfilt/pluginst.h
+dynfilt/t/t60dyntest.t Simple test script
 errep.perl
 error.c
 ext.h
@@ -81,6 +93,8 @@ fontfiles/ExistenceTest.ttf     generated using pfaedit
 fontfiles/ImUgly.ttf
 fontfiles/MMOne.pfb            multiple master test font
 fontfiles/NameTest.ttf          test glyph_names() - see t38ft2font.t
+fontfiles/SpaceTest.afm
+fontfiles/SpaceTest.pfb                test bounding box with spaces in t30t1font.t
 fontfiles/dcr10.afm
 fontfiles/dcr10.pfb
 fontfiles/dodge.ttf
@@ -103,6 +117,8 @@ img16.c
 imgdouble.c     Implements double/sample images
 imio.h
 imperl.h
+imrender.h     Buffer rending engine function declarations
+imtoc.perl      Sample size adapter pre-processor
 io.c
 iolayer.c
 iolayer.h
@@ -131,10 +147,12 @@ lib/Imager/Font/Type1.pm
 lib/Imager/Font/Win32.pm
 lib/Imager/Font/Wrap.pm
 lib/Imager/Fountain.pm
+lib/Imager/Handy.pod
 lib/Imager/ImageTypes.pod
 lib/Imager/Inline.pod           Using Imager with Inline::C
 lib/Imager/Matrix2d.pm
 lib/Imager/Regops.pm
+lib/Imager/Test.pm
 lib/Imager/Transform.pm
 lib/Imager/Transformations.pod
 lib/Imager/Tutorial.pod
@@ -156,12 +174,16 @@ raw.c
 regmach.c
 regmach.h
 regops.perl
+render.im
+rendert.h      Buffer rendering engine types
 rgb.c           Reading and writing SGI rgb files
 rotate.c
+rubthru.im
 samples/README
 samples/align-string.pl Demonstrate align_string method.
 samples/anaglyph.pl
 samples/border.pl       Demonstrate adding a border
+samples/inline_capture2image.pl         convert captured BGR data to an image
 samples/inline_replace_color.pl  replace colors using Inline::C
 samples/interleave.pl
 samples/replace_color.pl replace colors using transform2()
@@ -173,12 +195,11 @@ samples/samp-tags.cgi   Demonstrate image upload via a HTML form
 samples/samp-tags.html  Form for samp-tags.cgi
 samples/slant_text.pl   Using $font->transform() to slant text
 samples/tk-photo.pl
+scale.im       Newer scaling code
 spot.perl      For making an ordered dither matrix from a spot function
 stackmach.c
 stackmach.h
 t/Pod/Coverage/Imager.pm
-t/Test/Builder.pm
-t/Test/More.pm
 t/t00basic.t
 t/t01introvert.t
 t/t020masked.t
@@ -212,7 +233,6 @@ t/t56postfix.t
 t/t57infix.t
 t/t58trans2.t
 t/t59assem.t
-t/t60dyntest.t
 t/t61filters.t
 t/t64copyflip.t         Test copy, flip, rotate, matrix_transform
 t/t65crop.t
@@ -254,6 +274,9 @@ testimg/badplanes.bmp   bad planes value in header
 testimg/badused1.bmp    1-bit/pixel, out of range colors used value
 testimg/badused4a.bmp   4-bit/pixel, badly out of range used value (SEGV test)
 testimg/badused4b.bmp   4-bit/pixel, just out of range used value (SEGV test)
+testimg/bad_asc.pbm    ASCII PBM with invalid image data
+testimg/bad_asc.pgm    ASCII PGM with invalid image data
+testimg/bad_asc.ppm    ASCII PPM with invalid image data
 testimg/bandw.gif
 testimg/base.jpg       Base JPEG test image
 testimg/comp4.bmp       Compressed 4-bit/pixel BMP
@@ -277,10 +300,15 @@ testimg/newgimpgrad.ggr Test GIMP Gradient file (newer type)
 testimg/nocmap.gif
 testimg/palette.png
 testimg/palette_out.png
+testimg/pgm.pgm                Simple pgm for testing the right sample is in the right place
 testimg/penguin-base.ppm
 testimg/scale.gif
 testimg/scale.ppm
 testimg/scalei.gif
+testimg/scmyk.tif      Simple CMYK TIFF image
+testimg/scmyk.jpg      Simple CMYK JPEG image
+testimg/scmyka.tif     CMYK with one alpha channel
+testimg/scmykaa.tif    CMYK with 2 alpha channels
 testimg/screen2.gif
 testimg/screen3.gif
 testimg/short1.bmp      1-bit/pixel, data missing from EOF
@@ -289,7 +317,19 @@ testimg/short4.bmp      truncated 4bit/pixel uncompressed BMP
 testimg/short4rle.bmp   truncated 4bit/pixel compressed BMP
 testimg/short8.bmp      8-bit/pixel, data missing from EOF
 testimg/short8rle.bmp   8-bit/pixel compressed, data missing from EOF
+testimg/short_asc.pbm  ASCII PBM with short image section
+testimg/short_asc.pgm  ASCII PGM with short image section
+testimg/short_asc.ppm  ASCII PPM with short image section
+testimg/short_bin.pbm  Bin PBM with short image section
+testimg/short_bin.pgm  Bin PGM with short image section
+testimg/short_bin.ppm  Bin PPM with short image section
+testimg/short_bin16.pgm        16-bit Bin PGM with short image section
+testimg/short_bin16.ppm        16-bit Bin PPM with short image section
 testimg/simple.pbm
+testimg/slab.tif       Lab color image
+testimg/srgb.tif       Simple RGB image
+testimg/srgba.tif      RGB with one alpha
+testimg/srgbaa.tif     RGB with 2 alpha
 testimg/test_gimp_pal   A simple GIMP palette file
 testimg/tiffwarn.tif   Generates a warning while being read
 testimg/trimgdesc.gif