]>
Commit | Line | Data |
---|---|---|
02d1d628 | 1 | Changes |
ef99ecfc | 2 | Changes.old Old changes |
92bda632 TC |
3 | CountColor/CountColor.pm sample XS access to API |
4 | CountColor/CountColor.xs | |
5 | CountColor/Makefile.PL | |
6 | CountColor/t/t00countcolor.t | |
7 | DynTest/DynTest.pm simple conversion of the dyntest sample from dynfilt/ | |
8 | DynTest/DynTest.xs | |
9 | DynTest/Makefile.PL | |
10 | DynTest/linstretch.c | |
11 | DynTest/t/t00dyntest.t | |
88666683 TC |
12 | Flines/Flines.pm |
13 | Flines/Flines.xs | |
14 | Flines/Makefile.PL | |
15 | Flines/t/t00flines.t | |
ec6d8908 TC |
16 | GIF/GIF.pm |
17 | GIF/GIF.xs | |
18 | GIF/Makefile.PL | |
19 | GIF/imgif.c | |
20 | GIF/imgif.h | |
21 | GIF/testimg/badindex.gif GIF with a bad color index | |
22 | GIF/testimg/bandw.gif | |
23 | GIF/testimg/expected.gif | |
24 | GIF/testimg/loccmap.gif | |
25 | GIF/testimg/nocmap.gif | |
26 | GIF/testimg/scale.gif | |
27 | GIF/testimg/scalei.gif | |
28 | GIF/testimg/screen2.gif | |
29 | GIF/testimg/screen3.gif | |
30 | GIF/testimg/trimgdesc.gif | |
31 | GIF/testimg/trmiddesc.gif | |
32 | GIF/testimg/zerocomm.gif Image with a zero-length comment extension | |
b00687b2 TC |
33 | ICO/ICO.pm Windows Icon file support |
34 | ICO/ICO.xs | |
35 | ICO/Makefile.PL | |
36 | ICO/imicon.c | |
37 | ICO/imicon.h | |
2b405c9e | 38 | ICO/lib/Imager/File/CUR.pm |
b00687b2 TC |
39 | ICO/msicon.c |
40 | ICO/msicon.h | |
41 | ICO/t/t10icon.t | |
42 | ICO/t/t20readone.t | |
43 | ICO/t/t21readmult.t | |
2b405c9e TC |
44 | ICO/t/t30cursor.t |
45 | ICO/t/t40readcurone.t | |
46 | ICO/t/t41curmultread.t | |
47 | ICO/t/t50readfail.t | |
48 | ICO/t/t60writefail.t | |
49 | ICO/t/t70icosing.t | |
50 | ICO/t/t71icomult.t | |
51 | ICO/t/t72cursing.t | |
52 | ICO/t/t73curmult.t | |
b00687b2 TC |
53 | ICO/testimg/combo.ico |
54 | ICO/testimg/pal13232.ico | |
2b405c9e | 55 | ICO/testimg/pal43232.cur |
b00687b2 TC |
56 | ICO/testimg/pal43232.ico |
57 | ICO/testimg/pal43232.ppm | |
58 | ICO/testimg/pal83232.ico | |
59 | ICO/testimg/pal83232.ppm | |
1311eda1 | 60 | ICO/testimg/rgb1616.ico |
b00687b2 TC |
61 | ICO/testimg/rgba3232.ico |
62 | ICO/testimg/rgba3232.ppm | |
02d1d628 AMH |
63 | Imager.pm |
64 | Imager.xs | |
797a9f9c TC |
65 | JPEG/JPEG.pm |
66 | JPEG/JPEG.xs | |
67 | JPEG/Makefile.PL | |
68 | JPEG/imexif.c Experimental JPEG EXIF decoding | |
69 | JPEG/imexif.h | |
70 | JPEG/imjpeg.c | |
71 | JPEG/imjpeg.h | |
72 | JPEG/t/t00load.t | |
73 | JPEG/t/t10jpeg.t Test jpeg support | |
74 | JPEG/testimg/209_yonge.jpg Regression test: #17981 | |
75 | JPEG/testimg/exiftest.jpg Test image for EXIF parsing | |
76 | JPEG/testimg/scmyk.jpg Simple CMYK JPEG image | |
77 | JPEG/testimg/zerotype.jpg Image with a zero type entry in the EXIF data | |
02d1d628 | 78 | MANIFEST |
92bda632 | 79 | MANIFEST.SKIP |
55932d2a | 80 | META.yml Module meta-data |
92bda632 TC |
81 | Mandelbrot/Makefile.PL more complex filter |
82 | Mandelbrot/Mandelbrot.pm | |
83 | Mandelbrot/Mandelbrot.xs | |
84 | Mandelbrot/mandel.c | |
85 | Mandelbrot/t/t00mandel.t | |
02d1d628 | 86 | Makefile.PL |
662e3c02 | 87 | README |
1d7e3124 TC |
88 | PNG/Makefile.PL |
89 | PNG/PNG.pm | |
90 | PNG/PNG.xs | |
91 | PNG/impng.c | |
92 | PNG/impng.h | |
93 | PNG/t/00load.t | |
94 | PNG/t/10png.t Test png support | |
95 | PNG/testimg/palette.png | |
96 | PNG/testimg/palette_out.png | |
d5477d3d TC |
97 | SGI/Makefile.PL |
98 | SGI/SGI.pm | |
99 | SGI/SGI.xs | |
100 | SGI/imsgi.c | |
bc36d84c | 101 | SGI/imsgi.h |
d5477d3d TC |
102 | SGI/t/00load.t |
103 | SGI/t/10read.t | |
104 | SGI/t/20write.t | |
bc36d84c TC |
105 | SGI/testimg/rle.rgb |
106 | SGI/testimg/rle12.rgb | |
107 | SGI/testimg/rle16.rgb | |
108 | SGI/testimg/rle6.rgb | |
109 | SGI/testimg/rleagr.rgb | |
110 | SGI/testimg/verb.rgb | |
111 | SGI/testimg/verb12.rgb | |
112 | SGI/testimg/verb16.rgb | |
113 | SGI/testimg/verb6.rgb | |
e5ee047b TC |
114 | TIFF/Makefile.PL |
115 | TIFF/TIFF.pm | |
116 | TIFF/TIFF.xs | |
117 | TIFF/imtiff.c | |
118 | TIFF/imtiff.h | |
797a9f9c | 119 | TIFF/t/t10tiff.t Test tiff support |
e5ee047b TC |
120 | TIFF/testimg/alpha.tif Alpha scaling test image |
121 | TIFF/testimg/comp4.bmp Compressed 4-bit/pixel BMP | |
122 | TIFF/testimg/comp4.tif 4-bit/pixel paletted TIFF | |
123 | TIFF/testimg/comp4bad.tif corrupted 4-bit/pixel paletted TIFF | |
124 | TIFF/testimg/comp4t.tif 4-bit/pixel paletted TIFF (tiled) | |
125 | TIFF/testimg/comp8.bmp Compressed 8-bit/pixel BMP | |
126 | TIFF/testimg/comp8.tif 8-bit/pixel paletted TIFF | |
127 | TIFF/testimg/gralpha.tif Grey alpha test image | |
128 | TIFF/testimg/grey16.tif 16-bit/sample greyscale TIFF | |
129 | TIFF/testimg/grey32.tif 32-bit/sample greyscale+alpha TIFF | |
130 | TIFF/testimg/imager.pbm Test bi-level | |
131 | TIFF/testimg/imager.tif Test bi-level | |
132 | TIFF/testimg/penguin-base.ppm | |
133 | TIFF/testimg/pengtile.tif Tiled tiff image, same as penguin-base.ppm | |
134 | TIFF/testimg/rgb16.tif 16-bit/sample RGB image - strips | |
135 | TIFF/testimg/rgb16t.tif 16-bit/sample RGB image - tiled | |
136 | TIFF/testimg/rgbatsep.tif Tiled/separated for testing RGBA codepath | |
137 | TIFF/testimg/scmyk.tif Simple CMYK TIFF image | |
138 | TIFF/testimg/scmyka.tif CMYK with one alpha channel | |
139 | TIFF/testimg/scmyka16.tif CMYK with one alpha channel (16-bit) | |
140 | TIFF/testimg/scmykaa.tif CMYK with 2 alpha channels | |
141 | TIFF/testimg/slab.tif Lab color image | |
142 | TIFF/testimg/srgb.tif Simple RGB image | |
143 | TIFF/testimg/srgba.tif RGB with one alpha | |
144 | TIFF/testimg/srgba16.tif | |
145 | TIFF/testimg/srgba32.tif | |
146 | TIFF/testimg/srgbaa.tif RGB with 2 alpha | |
147 | TIFF/testimg/tiffwarn.tif Generates a warning while being read | |
718b8c97 TC |
148 | W32/fontfiles/ExistenceTest.ttf |
149 | W32/imw32.h | |
150 | W32/lib/Imager/Font/Win32.pm | |
151 | W32/t/t10win32.t Tests Win32 GDI font support | |
152 | W32/win32.c Implements font support through Win32 GDI | |
153 | W32/Makefile.PL | |
154 | W32/W32.pm | |
155 | W32/W32.xs | |
92bda632 | 156 | apidocs.perl Build lib/Imager/APIRef.pm |
662e3c02 | 157 | bigtest.perl Library selection tester |
efdc2568 | 158 | bmp.c Reading and writing Windows BMP files |
6607600c | 159 | color.c Color translation and handling |
9b1ec2b8 | 160 | compose.im |
bd8052a6 | 161 | conv.im |
f5991c03 | 162 | convert.c |
662e3c02 | 163 | doco.perl |
92bda632 | 164 | datatypes.c |
d08b8f85 TC |
165 | draw.c |
166 | draw.h | |
662e3c02 TC |
167 | dynaload.c |
168 | dynaload.h | |
169 | dynfilt/Makefile.PL | |
170 | dynfilt/compile.txt | |
171 | dynfilt/dt2.c | |
172 | dynfilt/dt2.exp | |
173 | dynfilt/dyntest.c | |
174 | dynfilt/dyntest.exp | |
175 | dynfilt/flines.c | |
176 | dynfilt/flines.exp | |
177 | dynfilt/mandelbrot.c | |
178 | dynfilt/mandelbrot.exp | |
179 | dynfilt/pluginst.h | |
485cab1c | 180 | dynfilt/t/t60dyntest.t Simple test script |
662e3c02 | 181 | errep.perl |
64549713 | 182 | error.c |
662e3c02 TC |
183 | ext.h |
184 | feat.c | |
02d1d628 | 185 | feat.h |
662e3c02 TC |
186 | fills.c Generic fills |
187 | filterlist.perl | |
bea65b1f | 188 | filters.im |
e41cfe8f | 189 | flip.im |
02d1d628 | 190 | font.c |
3799c4d1 TC |
191 | fontfiles/ExistenceTest.afm please edit ExistenceTest.sfd in CVS |
192 | fontfiles/ExistenceTest.pfb to change these files, edited and | |
193 | fontfiles/ExistenceTest.ttf generated using pfaedit | |
a923fade | 194 | fontfiles/ImUgly.ttf |
3e882362 | 195 | fontfiles/MMOne.pfb multiple master test font |
a4168bea | 196 | fontfiles/NameTest.ttf test glyph_names() - see t38ft2font.t |
5eebac42 TC |
197 | fontfiles/SpaceTest.afm |
198 | fontfiles/SpaceTest.pfb test bounding box with spaces in t30t1font.t | |
02d1d628 AMH |
199 | fontfiles/dcr10.afm |
200 | fontfiles/dcr10.pfb | |
201 | fontfiles/dodge.ttf | |
662e3c02 | 202 | freetyp2.c Implements freetype2 font support |
73962964 | 203 | gaussian.im |
a8652edf | 204 | hlines.c Manage sets of horizontal line segments |
662e3c02 | 205 | image.c |
92bda632 TC |
206 | imager.h |
207 | imageri.h | |
208 | imdatatypes.h | |
af070d99 | 209 | imerror.h Error handling functions |
92bda632 TC |
210 | imext.c Defines the function table |
211 | imext.h Included by external modules for API access | |
212 | imextdef.h | |
ec6d8908 TC |
213 | imextpl.h Included by external modules for Perl API access |
214 | imextpltypes.h Define Perl API function table type | |
92bda632 | 215 | imexttypes.h Define API function table type |
662e3c02 TC |
216 | img16.c |
217 | imgdouble.c Implements double/sample images | |
218 | imio.h | |
bea65b1f | 219 | immacros.h |
92bda632 | 220 | imperl.h |
ca51e083 | 221 | imrender.h Buffer rending engine function declarations |
812ae05c | 222 | inc/Devel/CheckLib.pm David Cantrell's Devel::CheckLib |
662e3c02 TC |
223 | io.c |
224 | iolayer.c | |
225 | iolayer.h | |
0778adbf | 226 | iolayert.h IO layer types |
2a69ed21 TC |
227 | lib/Imager/API.pod |
228 | lib/Imager/APIRef.pod API function reference | |
faa9b3e7 TC |
229 | lib/Imager/Color.pm |
230 | lib/Imager/Color/Float.pm | |
1c00d65b | 231 | lib/Imager/Color/Table.pm |
f8979de1 | 232 | lib/Imager/Cookbook.pod |
662e3c02 TC |
233 | lib/Imager/Draw.pod |
234 | lib/Imager/Engines.pod | |
92bda632 | 235 | lib/Imager/ExtUtils.pm |
02d1d628 AMH |
236 | lib/Imager/Expr.pm |
237 | lib/Imager/Expr/Assem.pm | |
cdd7bda9 | 238 | lib/Imager/Files.pod |
efdc2568 | 239 | lib/Imager/Fill.pm |
662e3c02 | 240 | lib/Imager/Filters.pod |
02d1d628 | 241 | lib/Imager/Font.pm |
3799c4d1 | 242 | lib/Imager/Font/BBox.pm |
faa9b3e7 | 243 | lib/Imager/Font/FreeType2.pm |
662e3c02 TC |
244 | lib/Imager/Font/Image.pm |
245 | lib/Imager/Font/Truetype.pm | |
246 | lib/Imager/Font/Type1.pm | |
3799c4d1 | 247 | lib/Imager/Font/Wrap.pm |
6607600c | 248 | lib/Imager/Fountain.pm |
d5556805 | 249 | lib/Imager/Handy.pod |
662e3c02 | 250 | lib/Imager/ImageTypes.pod |
92bda632 | 251 | lib/Imager/Inline.pod Using Imager with Inline::C |
e17da819 | 252 | lib/Imager/IO.pod Document Imager::IO objects |
e92cd504 | 253 | lib/Imager/LargeSamples.pod Track large sample support |
faa9b3e7 | 254 | lib/Imager/Matrix2d.pm |
9b1ec2b8 | 255 | lib/Imager/Preprocess.pm |
1d7e3124 | 256 | lib/Imager/Probe.pm Library probes |
faa9b3e7 | 257 | lib/Imager/Regops.pm |
9a6ab99c | 258 | lib/Imager/Test.pm |
02d1d628 | 259 | lib/Imager/Transform.pm |
662e3c02 | 260 | lib/Imager/Transformations.pod |
985bda61 | 261 | lib/Imager/Tutorial.pod |
662e3c02 TC |
262 | lib/Imager/interface.pod |
263 | lib/Imager/regmach.pod | |
1611d101 | 264 | limits.c |
662e3c02 TC |
265 | log.c |
266 | log.h | |
267 | map.c | |
268 | maskimg.c | |
269 | palimg.c | |
9b1ec2b8 | 270 | paste.im |
662e3c02 | 271 | plug.h |
662e3c02 TC |
272 | pnm.c |
273 | polygon.c | |
274 | ppport.h | |
275 | quant.c | |
276 | raw.c | |
277 | regmach.c | |
278 | regmach.h | |
279 | regops.perl | |
9c106321 | 280 | render.im |
ca51e083 | 281 | rendert.h Buffer rendering engine types |
662e3c02 | 282 | rotate.c |
fe415ad2 | 283 | rubthru.im |
12b1fac2 | 284 | samples/README |
7d148aa3 | 285 | samples/align-string.pl Demonstrate align_string method. |
12b1fac2 | 286 | samples/anaglyph.pl |
7d148aa3 | 287 | samples/border.pl Demonstrate adding a border |
dcda92cd | 288 | samples/flasher.pl Animate an source image fading to a color and back |
1cfa190e | 289 | samples/gifscale.pl Scale an animated GIF, preserving animation info |
c64eee30 | 290 | samples/inline_capture2image.pl convert captured BGR data to an image |
7d148aa3 | 291 | samples/inline_replace_color.pl replace colors using Inline::C |
12b1fac2 | 292 | samples/interleave.pl |
3309187a | 293 | samples/quad_to_square.pl Transform a quadrilateral into a square |
7d148aa3 | 294 | samples/replace_color.pl replace colors using transform2() |
1a19d068 TC |
295 | samples/samp-form.cgi |
296 | samples/samp-image.cgi | |
d2bd6dbc TC |
297 | samples/samp-scale.cgi Demonstrate image upload via a HTML form |
298 | samples/samp-scale.html Form for samp-scale.cgi | |
299 | samples/samp-tags.cgi Demonstrate image upload via a HTML form | |
300 | samples/samp-tags.html Form for samp-tags.cgi | |
7d148aa3 TC |
301 | samples/slant_text.pl Using $font->transform() to slant text |
302 | samples/tk-photo.pl | |
a10945af | 303 | scale.im Newer scaling code |
662e3c02 TC |
304 | spot.perl For making an ordered dither matrix from a spot function |
305 | stackmach.c | |
306 | stackmach.h | |
b00687b2 | 307 | t/Pod/Coverage/Imager.pm |
02d1d628 | 308 | t/t00basic.t |
faa9b3e7 TC |
309 | t/t01introvert.t |
310 | t/t020masked.t | |
311 | t/t021sixteen.t | |
365ea842 | 312 | t/t022double.t Test double/sample images |
1501d9b3 | 313 | t/t023palette.t Test paletted images |
64549713 | 314 | t/t05error.t |
38e6b53d | 315 | t/t07iolayer.t |
63e0dc02 | 316 | t/t1000files.t Format independent file tests |
63e674fb | 317 | t/t101nojpeg.t Test handling when jpeg not available |
37a9be8e | 318 | t/t102nopng.t Test handling when png not available |
23aab92a TC |
319 | t/t103raw.t |
320 | t/t104ppm.t | |
ce523fda | 321 | t/t105nogif.t Test handling when gif not available |
e83b349b | 322 | t/t106notiff.t Test handling when tiff not available |
d08b8f85 | 323 | t/t107bmp.t |
9f1d85cf | 324 | t/t108tga.t |
02d1d628 | 325 | t/t15color.t |
9f1d85cf | 326 | t/t16matrix.t Tests Imager::Matrix2d |
efdc2568 | 327 | t/t20fill.t Tests fills |
3a9a4241 | 328 | t/t21draw.t Basic drawing tests |
02d1d628 AMH |
329 | t/t30t1font.t |
330 | t/t35ttfont.t | |
331 | t/t36oofont.t | |
faa9b3e7 | 332 | t/t38ft2font.t Tests freetype2 support |
02d1d628 AMH |
333 | t/t40scale.t |
334 | t/t50basicoo.t | |
335 | t/t55trans.t | |
336 | t/t56postfix.t | |
337 | t/t57infix.t | |
338 | t/t58trans2.t | |
339 | t/t59assem.t | |
d08b8f85 | 340 | t/t61filters.t |
9f1d85cf | 341 | t/t64copyflip.t Test copy, flip, rotate, matrix_transform |
02d1d628 AMH |
342 | t/t65crop.t |
343 | t/t66paste.t | |
efdc2568 TC |
344 | t/t67convert.t |
345 | t/t68map.t | |
faa9b3e7 | 346 | t/t69rubthru.t |
02d1d628 | 347 | t/t75polyaa.t |
3799c4d1 | 348 | t/t80texttools.t Test text wrapping |
a8652edf | 349 | t/t81hlines.t Test hlines.c |
92bda632 | 350 | t/t82inline.t Test Inline::C integration |
c586eb58 | 351 | t/t83extutil.t Test Imager::ExtUtils |
02d1d628 | 352 | t/t90cc.t |
dbb1064f | 353 | t/t91pod.t Test POD with Test::Pod |
7d148aa3 | 354 | t/t92samples.t |
3f6f8a33 | 355 | t/t93podcover.t POD Coverage tests |
042e9033 | 356 | t/t94kwalitee.t Various "kwalitee" tests |
7339d29d | 357 | t/t99thread.t Test wrt to perl threads |
5daa8f70 TC |
358 | t/tr18561.t Regression tests |
359 | t/tr18561b.t | |
662e3c02 | 360 | tags.c |
c5a24cca | 361 | testimg/alpha16.tga 16-bit/pixel TGA with alpha "channel" RT 32926 |
662e3c02 TC |
362 | testimg/bad1oflow.bmp 1-bit/pixel, overflow integer on 32-bit machines |
363 | testimg/bad1wid0.bmp 1-bit/pixel, zero width | |
364 | testimg/bad24comp.bmp 24-bit/pixel, bad compression | |
365 | testimg/bad24oflow.bmp 24-bit/pixel, overflow integer on 32-bit machines | |
366 | testimg/bad24wid0.bmp 24-bit/pixel, 0 width | |
367 | testimg/bad4oflow.bmp 4-bit/pixel, overflow integer on 32-bit machines | |
368 | testimg/bad4wid0.bmp 4-bit/pixel, 0 width | |
369 | testimg/bad4widbig.bmp 4-bit/pixel, large width | |
370 | testimg/bad8comp.bmp 8-bit/pixel, bad compression | |
371 | testimg/bad8oflow.bmp 8-bit/pixel, overflow integer on 32-bit machines | |
372 | testimg/bad8useda.bmp 8-bit/pixel, bad colors used value | |
373 | testimg/bad8wid0.bmp 8-bit/pixel, width 0 | |
374 | testimg/badbits.bmp bad bits value in header | |
375 | testimg/badcomp1.bmp bad compression for 1-bit/pixel | |
376 | testimg/badcomp4.bmp bad compression for 4-bit/pixel | |
377 | testimg/badplanes.bmp bad planes value in header | |
378 | testimg/badused1.bmp 1-bit/pixel, out of range colors used value | |
379 | testimg/badused4a.bmp 4-bit/pixel, badly out of range used value (SEGV test) | |
380 | testimg/badused4b.bmp 4-bit/pixel, just out of range used value (SEGV test) | |
ca51e083 TC |
381 | testimg/bad_asc.pbm ASCII PBM with invalid image data |
382 | testimg/bad_asc.pgm ASCII PGM with invalid image data | |
383 | testimg/bad_asc.ppm ASCII PPM with invalid image data | |
dbc33d8a | 384 | testimg/base.jpg Base JPEG test image |
6607600c TC |
385 | testimg/comp4.bmp Compressed 4-bit/pixel BMP |
386 | testimg/comp8.bmp Compressed 8-bit/pixel BMP | |
6607600c | 387 | testimg/gimpgrad A GIMP gradient file |
bd8052a6 | 388 | testimg/imager.pbm Test bi-level |
84324192 | 389 | testimg/junk.ppm |
7565a299 | 390 | testimg/longid.tga Test TGA with a long id string |
1501d9b3 | 391 | testimg/maxval.ppm For ppm file maxval handling |
8b695554 TC |
392 | testimg/maxval_0.ppm |
393 | testimg/maxval_256.ppm | |
394 | testimg/maxval_4095_asc.ppm | |
395 | testimg/maxval_65536.ppm | |
396 | testimg/maxval_asc.ppm | |
2086be61 | 397 | testimg/multiple.ppm Test multiple PPM reading |
817ba871 | 398 | testimg/newgimpgrad.ggr Test GIMP Gradient file (newer type) |
84324192 | 399 | testimg/penguin-base.ppm |
73497ab9 | 400 | testimg/pgm.pgm Simple pgm for testing the right sample is in the right place |
84324192 | 401 | testimg/scale.ppm |
662e3c02 TC |
402 | testimg/short1.bmp 1-bit/pixel, data missing from EOF |
403 | testimg/short24.bmp 24-bit/pixel, data missing from EOF | |
404 | testimg/short4.bmp truncated 4bit/pixel uncompressed BMP | |
405 | testimg/short4rle.bmp truncated 4bit/pixel compressed BMP | |
406 | testimg/short8.bmp 8-bit/pixel, data missing from EOF | |
407 | testimg/short8rle.bmp 8-bit/pixel compressed, data missing from EOF | |
ca51e083 TC |
408 | testimg/short_asc.pbm ASCII PBM with short image section |
409 | testimg/short_asc.pgm ASCII PGM with short image section | |
410 | testimg/short_asc.ppm ASCII PPM with short image section | |
411 | testimg/short_bin.pbm Bin PBM with short image section | |
412 | testimg/short_bin.pgm Bin PGM with short image section | |
413 | testimg/short_bin.ppm Bin PPM with short image section | |
414 | testimg/short_bin16.pgm 16-bit Bin PGM with short image section | |
415 | testimg/short_bin16.ppm 16-bit Bin PPM with short image section | |
91492c5e | 416 | testimg/simple.pbm |
b6071a43 TC |
417 | testimg/test.png Standard test image as PNG |
418 | testimg/test.raw Standard test image as RAW | |
419 | testimg/test.tga Standard test image as TGA | |
6607600c | 420 | testimg/test_gimp_pal A simple GIMP palette file |
403946c6 TC |
421 | testimg/winrgb2.bmp 1-bit bmp base |
422 | testimg/winrgb24.bmp 24-bit bmp base | |
423 | testimg/winrgb24off.bmp 24-bit bmp with image data offset from header | |
424 | testimg/winrgb2off.bmp 1-bit bmp with image data offset from header | |
425 | testimg/winrgb4.bmp 4-bit bmp base | |
426 | testimg/winrgb4off.bmp 4-bit bmp with image data offset from header | |
427 | testimg/winrgb8.bmp 8-bit bmp base | |
428 | testimg/winrgb8off.bmp 8-bit bmp with image data offset from header | |
662e3c02 | 429 | tga.c Reading and writing Targa files |
662e3c02 | 430 | trans2.c |
02d1d628 | 431 | transform.perl Shell interface to Imager::Transform |
662e3c02 | 432 | typemap |