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
52 hlines.c Manage sets of horizontal line segments
57 imgdouble.c Implements double/sample images
64 lib/Imager/Color/Float.pm
65 lib/Imager/Color/Table.pm
66 lib/Imager/Cookbook.pod
68 lib/Imager/Engines.pod
70 lib/Imager/Expr/Assem.pm
73 lib/Imager/Filters.pod
75 lib/Imager/Font/BBox.pm
76 lib/Imager/Font/FreeType2.pm
77 lib/Imager/Font/Image.pm
78 lib/Imager/Font/Truetype.pm
79 lib/Imager/Font/Type1.pm
80 lib/Imager/Font/Win32.pm
81 lib/Imager/Font/Wrap.pm
82 lib/Imager/Fountain.pm
83 lib/Imager/ImageTypes.pod
84 lib/Imager/Matrix2d.pm
86 lib/Imager/Transform.pm
87 lib/Imager/Transformations.pod
88 lib/Imager/Tutorial.pod
89 lib/Imager/interface.pod
90 lib/Imager/regmach.pod
107 rgb.c Reading and writing SGI rgb files
111 samples/interleave.pl
112 samples/replace_color.pl
113 samples/samp-form.cgi
114 samples/samp-image.cgi
115 samples/samp-scale.cgi Demonstrate image upload via a HTML form
116 samples/samp-scale.html Form for samp-scale.cgi
117 samples/samp-tags.cgi Demonstrate image upload via a HTML form
118 samples/samp-tags.html Form for samp-tags.cgi
119 spot.perl For making an ordered dither matrix from a spot function
128 t/t022double.t Test double/sample images
129 t/t023palette.t Test paletted images
132 t/t1000files.t Format independent file tests
142 t/t16matrix.t Tests Imager::Matrix2d
143 t/t20fill.t Tests fills
144 t/t21draw.t Basic drawing tests
148 t/t37w32font.t Tests Win32 GDI font support
149 t/t38ft2font.t Tests freetype2 support
159 t/t64copyflip.t Test copy, flip, rotate, matrix_transform
167 t/t80texttools.t Test text wrapping
168 t/t81hlines.t Test hlines.c
170 t/t91pod.t Test POD with Test::Pod
173 testimg/bad1oflow.bmp 1-bit/pixel, overflow integer on 32-bit machines
174 testimg/bad1wid0.bmp 1-bit/pixel, zero width
175 testimg/bad24comp.bmp 24-bit/pixel, bad compression
176 testimg/bad24oflow.bmp 24-bit/pixel, overflow integer on 32-bit machines
177 testimg/bad24wid0.bmp 24-bit/pixel, 0 width
178 testimg/bad4oflow.bmp 4-bit/pixel, overflow integer on 32-bit machines
179 testimg/bad4wid0.bmp 4-bit/pixel, 0 width
180 testimg/bad4widbig.bmp 4-bit/pixel, large width
181 testimg/bad8comp.bmp 8-bit/pixel, bad compression
182 testimg/bad8oflow.bmp 8-bit/pixel, overflow integer on 32-bit machines
183 testimg/bad8useda.bmp 8-bit/pixel, bad colors used value
184 testimg/bad8wid0.bmp 8-bit/pixel, width 0
185 testimg/badbits.bmp bad bits value in header
186 testimg/badcomp1.bmp bad compression for 1-bit/pixel
187 testimg/badcomp4.bmp bad compression for 4-bit/pixel
188 testimg/badplanes.bmp bad planes value in header
189 testimg/badused1.bmp 1-bit/pixel, out of range colors used value
190 testimg/badused4a.bmp 4-bit/pixel, badly out of range used value (SEGV test)
191 testimg/badused4b.bmp 4-bit/pixel, just out of range used value (SEGV test)
193 testimg/base.jpg Base JPEG test image
194 testimg/comp4.bmp Compressed 4-bit/pixel BMP
195 testimg/comp4.tif 4-bit/pixel paletted TIFF
196 testimg/comp4bad.tif corrupted 4-bit/pixel paletted TIFF
197 testimg/comp8.bmp Compressed 8-bit/pixel BMP
198 testimg/comp8.tif 8-bit/pixel paletted TIFF
200 testimg/gimpgrad A GIMP gradient file
203 testimg/longid.tga Test TGA with a long id string
204 testimg/maxval.ppm For ppm file maxval handling
206 testimg/maxval_256.ppm
207 testimg/maxval_4095_asc.ppm
208 testimg/maxval_65536.ppm
209 testimg/maxval_asc.ppm
210 testimg/newgimpgrad.ggr Test GIMP Gradient file (newer type)
213 testimg/palette_out.png
214 testimg/penguin-base.ppm
220 testimg/short1.bmp 1-bit/pixel, data missing from EOF
221 testimg/short24.bmp 24-bit/pixel, data missing from EOF
222 testimg/short4.bmp truncated 4bit/pixel uncompressed BMP
223 testimg/short4rle.bmp truncated 4bit/pixel compressed BMP
224 testimg/short8.bmp 8-bit/pixel, data missing from EOF
225 testimg/short8rle.bmp 8-bit/pixel compressed, data missing from EOF
227 testimg/test_gimp_pal A simple GIMP palette file
228 testimg/tiffwarn.tif Generates a warning while being read
229 testimg/trimgdesc.gif
230 testimg/trmiddesc.gif
231 testimg/winrgb2.bmp 1-bit bmp base
232 testimg/winrgb24.bmp 24-bit bmp base
233 testimg/winrgb24off.bmp 24-bit bmp with image data offset from header
234 testimg/winrgb2off.bmp 1-bit bmp with image data offset from header
235 testimg/winrgb4.bmp 4-bit bmp base
236 testimg/winrgb4off.bmp 4-bit bmp with image data offset from header
237 testimg/winrgb8.bmp 8-bit bmp base
238 testimg/winrgb8off.bmp 8-bit bmp with image data offset from header
239 tga.c Reading and writing Targa files
242 transform.perl Shell interface to Imager::Transform
244 win32.c Implements font support through Win32 GDI