7 bigtest.perl Library selection tester
8 bmp.c Reading and writing Windows BMP files
9 color.c Color translation and handling
28 dynfilt/mandelbrot.exp
39 fontfiles/ExistenceTest.afm please edit ExistenceTest.sfd in CVS
40 fontfiles/ExistenceTest.pfb to change these files, edited and
41 fontfiles/ExistenceTest.ttf generated using pfaedit
43 fontfiles/MMOne.pfb multiple master test font
44 fontfiles/NameTest.ttf test glyph_names() - see t38ft2font.t
48 freetyp2.c Implements freetype2 font support
55 imgdouble.c Implements double/sample images
62 lib/Imager/Color/Float.pm
63 lib/Imager/Color/Table.pm
64 lib/Imager/Cookbook.pm
66 lib/Imager/Engines.pod
68 lib/Imager/Expr/Assem.pm
71 lib/Imager/Filters.pod
73 lib/Imager/Font/BBox.pm
74 lib/Imager/Font/FreeType2.pm
75 lib/Imager/Font/Image.pm
76 lib/Imager/Font/Truetype.pm
77 lib/Imager/Font/Type1.pm
78 lib/Imager/Font/Win32.pm
79 lib/Imager/Font/Wrap.pm
80 lib/Imager/Fountain.pm
81 lib/Imager/ImageTypes.pod
82 lib/Imager/Matrix2d.pm
84 lib/Imager/Transform.pm
85 lib/Imager/Transformations.pod
86 lib/Imager/interface.pod
87 lib/Imager/regmach.pod
103 rgb.c Reading and writing SGI rgb files
107 samples/interleave.pl
108 spot.perl For making an ordered dither matrix from a spot function
115 t/t022double.t Test double/sample images
116 t/t023palette.t Test paletted images
128 t/t16matrix.t Tests Imager::Matrix2d
129 t/t20fill.t Tests fills
130 t/t21draw.t Basic drawing tests
134 t/t37w32font.t Tests Win32 GDI font support
135 t/t38ft2font.t Tests freetype2 support
145 t/t64copyflip.t Test copy, flip, rotate, matrix_transform
153 t/t80texttools.t Test text wrapping
157 testimg/bad1oflow.bmp 1-bit/pixel, overflow integer on 32-bit machines
158 testimg/bad1wid0.bmp 1-bit/pixel, zero width
159 testimg/bad24comp.bmp 24-bit/pixel, bad compression
160 testimg/bad24oflow.bmp 24-bit/pixel, overflow integer on 32-bit machines
161 testimg/bad24wid0.bmp 24-bit/pixel, 0 width
162 testimg/bad4oflow.bmp 4-bit/pixel, overflow integer on 32-bit machines
163 testimg/bad4wid0.bmp 4-bit/pixel, 0 width
164 testimg/bad4widbig.bmp 4-bit/pixel, large width
165 testimg/bad8comp.bmp 8-bit/pixel, bad compression
166 testimg/bad8oflow.bmp 8-bit/pixel, overflow integer on 32-bit machines
167 testimg/bad8useda.bmp 8-bit/pixel, bad colors used value
168 testimg/bad8wid0.bmp 8-bit/pixel, width 0
169 testimg/badbits.bmp bad bits value in header
170 testimg/badcomp1.bmp bad compression for 1-bit/pixel
171 testimg/badcomp4.bmp bad compression for 4-bit/pixel
172 testimg/badplanes.bmp bad planes value in header
173 testimg/badused1.bmp 1-bit/pixel, out of range colors used value
174 testimg/badused4a.bmp 4-bit/pixel, badly out of range used value (SEGV test)
175 testimg/badused4b.bmp 4-bit/pixel, just out of range used value (SEGV test)
177 testimg/comp4.bmp Compressed 4-bit/pixel BMP
178 testimg/comp4.tif 4-bit/pixel paletted TIFF
179 testimg/comp4bad.tif corrupted 4-bit/pixel paletted TIFF
180 testimg/comp8.bmp Compressed 8-bit/pixel BMP
181 testimg/comp8.tif 8-bit/pixel paletted TIFF
183 testimg/gimpgrad A GIMP gradient file
186 testimg/longid.tga Test TGA with a long id string
187 testimg/maxval.ppm For ppm file maxval handling
189 testimg/maxval_256.ppm
190 testimg/maxval_4095_asc.ppm
191 testimg/maxval_65536.ppm
192 testimg/maxval_asc.ppm
195 testimg/palette_out.png
196 testimg/penguin-base.ppm
202 testimg/short1.bmp 1-bit/pixel, data missing from EOF
203 testimg/short24.bmp 24-bit/pixel, data missing from EOF
204 testimg/short4.bmp truncated 4bit/pixel uncompressed BMP
205 testimg/short4rle.bmp truncated 4bit/pixel compressed BMP
206 testimg/short8.bmp 8-bit/pixel, data missing from EOF
207 testimg/short8rle.bmp 8-bit/pixel compressed, data missing from EOF
209 testimg/test_gimp_pal A simple GIMP palette file
210 testimg/tiffwarn.tif Generates a warning while being read
211 testimg/trimgdesc.gif
212 testimg/trmiddesc.gif
213 testimg/winrgb2.bmp 1-bit bmp base
214 testimg/winrgb24.bmp 24-bit bmp base
215 testimg/winrgb24off.bmp 24-bit bmp with image data offset from header
216 testimg/winrgb2off.bmp 1-bit bmp with image data offset from header
217 testimg/winrgb4.bmp 4-bit bmp base
218 testimg/winrgb4off.bmp 4-bit bmp with image data offset from header
219 testimg/winrgb8.bmp 8-bit bmp base
220 testimg/winrgb8off.bmp 8-bit bmp with image data offset from header
221 tga.c Reading and writing Targa files
224 transform.perl Shell interface to Imager::Transform
226 win32.c Implements font support through Win32 GDI