5 META.yml Module meta-data
8 bigtest.perl Library selection tester
9 bmp.c Reading and writing Windows BMP files
10 color.c Color translation and handling
29 dynfilt/mandelbrot.exp
40 fontfiles/ExistenceTest.afm please edit ExistenceTest.sfd in CVS
41 fontfiles/ExistenceTest.pfb to change these files, edited and
42 fontfiles/ExistenceTest.ttf generated using pfaedit
44 fontfiles/MMOne.pfb multiple master test font
45 fontfiles/NameTest.ttf test glyph_names() - see t38ft2font.t
49 freetyp2.c Implements freetype2 font support
56 imgdouble.c Implements double/sample images
63 lib/Imager/Color/Float.pm
64 lib/Imager/Color/Table.pm
65 lib/Imager/Cookbook.pm
67 lib/Imager/Engines.pod
69 lib/Imager/Expr/Assem.pm
72 lib/Imager/Filters.pod
74 lib/Imager/Font/BBox.pm
75 lib/Imager/Font/FreeType2.pm
76 lib/Imager/Font/Image.pm
77 lib/Imager/Font/Truetype.pm
78 lib/Imager/Font/Type1.pm
79 lib/Imager/Font/Win32.pm
80 lib/Imager/Font/Wrap.pm
81 lib/Imager/Fountain.pm
82 lib/Imager/ImageTypes.pod
83 lib/Imager/Matrix2d.pm
85 lib/Imager/Transform.pm
86 lib/Imager/Transformations.pod
87 lib/Imager/interface.pod
88 lib/Imager/regmach.pod
104 rgb.c Reading and writing SGI rgb files
108 samples/interleave.pl
109 samples/samp-form.cgi
110 samples/samp-image.cgi
111 samples/samp-scale.cgi Demonstrate image upload via a HTML form
112 samples/samp-scale.html Form for samp-scale.cgi
113 samples/samp-tags.cgi Demonstrate image upload via a HTML form
114 samples/samp-tags.html Form for samp-tags.cgi
115 spot.perl For making an ordered dither matrix from a spot function
124 t/t022double.t Test double/sample images
125 t/t023palette.t Test paletted images
128 t/t1000files.t Format independent file tests
138 t/t16matrix.t Tests Imager::Matrix2d
139 t/t20fill.t Tests fills
140 t/t21draw.t Basic drawing tests
144 t/t37w32font.t Tests Win32 GDI font support
145 t/t38ft2font.t Tests freetype2 support
155 t/t64copyflip.t Test copy, flip, rotate, matrix_transform
163 t/t80texttools.t Test text wrapping
167 testimg/bad1oflow.bmp 1-bit/pixel, overflow integer on 32-bit machines
168 testimg/bad1wid0.bmp 1-bit/pixel, zero width
169 testimg/bad24comp.bmp 24-bit/pixel, bad compression
170 testimg/bad24oflow.bmp 24-bit/pixel, overflow integer on 32-bit machines
171 testimg/bad24wid0.bmp 24-bit/pixel, 0 width
172 testimg/bad4oflow.bmp 4-bit/pixel, overflow integer on 32-bit machines
173 testimg/bad4wid0.bmp 4-bit/pixel, 0 width
174 testimg/bad4widbig.bmp 4-bit/pixel, large width
175 testimg/bad8comp.bmp 8-bit/pixel, bad compression
176 testimg/bad8oflow.bmp 8-bit/pixel, overflow integer on 32-bit machines
177 testimg/bad8useda.bmp 8-bit/pixel, bad colors used value
178 testimg/bad8wid0.bmp 8-bit/pixel, width 0
179 testimg/badbits.bmp bad bits value in header
180 testimg/badcomp1.bmp bad compression for 1-bit/pixel
181 testimg/badcomp4.bmp bad compression for 4-bit/pixel
182 testimg/badplanes.bmp bad planes value in header
183 testimg/badused1.bmp 1-bit/pixel, out of range colors used value
184 testimg/badused4a.bmp 4-bit/pixel, badly out of range used value (SEGV test)
185 testimg/badused4b.bmp 4-bit/pixel, just out of range used value (SEGV test)
187 testimg/base.jpg Base JPEG test image
188 testimg/comp4.bmp Compressed 4-bit/pixel BMP
189 testimg/comp4.tif 4-bit/pixel paletted TIFF
190 testimg/comp4bad.tif corrupted 4-bit/pixel paletted TIFF
191 testimg/comp8.bmp Compressed 8-bit/pixel BMP
192 testimg/comp8.tif 8-bit/pixel paletted TIFF
194 testimg/gimpgrad A GIMP gradient file
197 testimg/longid.tga Test TGA with a long id string
198 testimg/maxval.ppm For ppm file maxval handling
200 testimg/maxval_256.ppm
201 testimg/maxval_4095_asc.ppm
202 testimg/maxval_65536.ppm
203 testimg/maxval_asc.ppm
204 testimg/newgimpgrad.ggr Test GIMP Gradient file (newer type)
207 testimg/palette_out.png
208 testimg/penguin-base.ppm
214 testimg/short1.bmp 1-bit/pixel, data missing from EOF
215 testimg/short24.bmp 24-bit/pixel, data missing from EOF
216 testimg/short4.bmp truncated 4bit/pixel uncompressed BMP
217 testimg/short4rle.bmp truncated 4bit/pixel compressed BMP
218 testimg/short8.bmp 8-bit/pixel, data missing from EOF
219 testimg/short8rle.bmp 8-bit/pixel compressed, data missing from EOF
221 testimg/test_gimp_pal A simple GIMP palette file
222 testimg/tiffwarn.tif Generates a warning while being read
223 testimg/trimgdesc.gif
224 testimg/trmiddesc.gif
225 testimg/winrgb2.bmp 1-bit bmp base
226 testimg/winrgb24.bmp 24-bit bmp base
227 testimg/winrgb24off.bmp 24-bit bmp with image data offset from header
228 testimg/winrgb2off.bmp 1-bit bmp with image data offset from header
229 testimg/winrgb4.bmp 4-bit bmp base
230 testimg/winrgb4off.bmp 4-bit bmp with image data offset from header
231 testimg/winrgb8.bmp 8-bit bmp base
232 testimg/winrgb8off.bmp 8-bit bmp with image data offset from header
233 tga.c Reading and writing Targa files
236 transform.perl Shell interface to Imager::Transform
238 win32.c Implements font support through Win32 GDI