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