Commit | Line | Data |
---|---|---|
02d1d628 AMH |
1 | Changes |
2 | Imager.pm | |
3 | Imager.xs | |
4 | MANIFEST | |
55932d2a | 5 | META.yml Module meta-data |
02d1d628 | 6 | Makefile.PL |
662e3c02 TC |
7 | README |
8 | bigtest.perl Library selection tester | |
efdc2568 | 9 | bmp.c Reading and writing Windows BMP files |
6607600c | 10 | color.c Color translation and handling |
02d1d628 | 11 | conv.c |
f5991c03 | 12 | convert.c |
662e3c02 TC |
13 | datatypes.c |
14 | datatypes.h | |
15 | doco.perl | |
d08b8f85 TC |
16 | draw.c |
17 | draw.h | |
662e3c02 TC |
18 | dynaload.c |
19 | dynaload.h | |
20 | dynfilt/Makefile.PL | |
21 | dynfilt/compile.txt | |
22 | dynfilt/dt2.c | |
23 | dynfilt/dt2.exp | |
24 | dynfilt/dyntest.c | |
25 | dynfilt/dyntest.exp | |
26 | dynfilt/flines.c | |
27 | dynfilt/flines.exp | |
28 | dynfilt/mandelbrot.c | |
29 | dynfilt/mandelbrot.exp | |
30 | dynfilt/pluginst.h | |
31 | errep.perl | |
64549713 | 32 | error.c |
662e3c02 TC |
33 | ext.h |
34 | feat.c | |
02d1d628 | 35 | feat.h |
662e3c02 TC |
36 | fills.c Generic fills |
37 | filterlist.perl | |
02d1d628 | 38 | filters.c |
02d1d628 | 39 | font.c |
3799c4d1 TC |
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 | |
a923fade | 43 | fontfiles/ImUgly.ttf |
3e882362 | 44 | fontfiles/MMOne.pfb multiple master test font |
a4168bea | 45 | fontfiles/NameTest.ttf test glyph_names() - see t38ft2font.t |
02d1d628 AMH |
46 | fontfiles/dcr10.afm |
47 | fontfiles/dcr10.pfb | |
48 | fontfiles/dodge.ttf | |
662e3c02 TC |
49 | freetyp2.c Implements freetype2 font support |
50 | gaussian.c | |
51 | gif.c | |
52 | image.c | |
53 | image.h | |
54 | imagei.h | |
55 | img16.c | |
56 | imgdouble.c Implements double/sample images | |
57 | imio.h | |
58 | io.c | |
59 | iolayer.c | |
60 | iolayer.h | |
61 | jpeg.c | |
faa9b3e7 TC |
62 | lib/Imager/Color.pm |
63 | lib/Imager/Color/Float.pm | |
1c00d65b | 64 | lib/Imager/Color/Table.pm |
86038a97 | 65 | lib/Imager/Cookbook.pm |
662e3c02 TC |
66 | lib/Imager/Draw.pod |
67 | lib/Imager/Engines.pod | |
02d1d628 AMH |
68 | lib/Imager/Expr.pm |
69 | lib/Imager/Expr/Assem.pm | |
cdd7bda9 | 70 | lib/Imager/Files.pod |
efdc2568 | 71 | lib/Imager/Fill.pm |
662e3c02 | 72 | lib/Imager/Filters.pod |
02d1d628 | 73 | lib/Imager/Font.pm |
3799c4d1 | 74 | lib/Imager/Font/BBox.pm |
faa9b3e7 | 75 | lib/Imager/Font/FreeType2.pm |
662e3c02 TC |
76 | lib/Imager/Font/Image.pm |
77 | lib/Imager/Font/Truetype.pm | |
78 | lib/Imager/Font/Type1.pm | |
f76fcee8 | 79 | lib/Imager/Font/Win32.pm |
3799c4d1 | 80 | lib/Imager/Font/Wrap.pm |
6607600c | 81 | lib/Imager/Fountain.pm |
662e3c02 | 82 | lib/Imager/ImageTypes.pod |
faa9b3e7 | 83 | lib/Imager/Matrix2d.pm |
faa9b3e7 | 84 | lib/Imager/Regops.pm |
02d1d628 | 85 | lib/Imager/Transform.pm |
662e3c02 TC |
86 | lib/Imager/Transformations.pod |
87 | lib/Imager/interface.pod | |
88 | lib/Imager/regmach.pod | |
89 | log.c | |
90 | log.h | |
91 | map.c | |
92 | maskimg.c | |
93 | palimg.c | |
94 | plug.h | |
95 | png.c | |
96 | pnm.c | |
97 | polygon.c | |
98 | ppport.h | |
99 | quant.c | |
100 | raw.c | |
101 | regmach.c | |
102 | regmach.h | |
103 | regops.perl | |
104 | rgb.c Reading and writing SGI rgb files | |
105 | rotate.c | |
12b1fac2 TC |
106 | samples/README |
107 | samples/anaglyph.pl | |
108 | samples/interleave.pl | |
1a19d068 TC |
109 | samples/samp-form.cgi |
110 | samples/samp-image.cgi | |
662e3c02 TC |
111 | spot.perl For making an ordered dither matrix from a spot function |
112 | stackmach.c | |
113 | stackmach.h | |
02d1d628 | 114 | t/t00basic.t |
faa9b3e7 TC |
115 | t/t01introvert.t |
116 | t/t020masked.t | |
117 | t/t021sixteen.t | |
365ea842 | 118 | t/t022double.t Test double/sample images |
1501d9b3 | 119 | t/t023palette.t Test paletted images |
64549713 | 120 | t/t05error.t |
38e6b53d | 121 | t/t07iolayer.t |
23aab92a TC |
122 | t/t101jpeg.t |
123 | t/t102png.t | |
124 | t/t103raw.t | |
125 | t/t104ppm.t | |
126 | t/t105gif.t | |
127 | t/t106tiff.t | |
d08b8f85 | 128 | t/t107bmp.t |
9f1d85cf | 129 | t/t108tga.t |
02d1d628 | 130 | t/t15color.t |
9f1d85cf | 131 | t/t16matrix.t Tests Imager::Matrix2d |
efdc2568 | 132 | t/t20fill.t Tests fills |
3a9a4241 | 133 | t/t21draw.t Basic drawing tests |
02d1d628 AMH |
134 | t/t30t1font.t |
135 | t/t35ttfont.t | |
136 | t/t36oofont.t | |
faa9b3e7 TC |
137 | t/t37w32font.t Tests Win32 GDI font support |
138 | t/t38ft2font.t Tests freetype2 support | |
02d1d628 AMH |
139 | t/t40scale.t |
140 | t/t50basicoo.t | |
141 | t/t55trans.t | |
142 | t/t56postfix.t | |
143 | t/t57infix.t | |
144 | t/t58trans2.t | |
145 | t/t59assem.t | |
146 | t/t60dyntest.t | |
d08b8f85 | 147 | t/t61filters.t |
9f1d85cf | 148 | t/t64copyflip.t Test copy, flip, rotate, matrix_transform |
02d1d628 AMH |
149 | t/t65crop.t |
150 | t/t66paste.t | |
efdc2568 TC |
151 | t/t67convert.t |
152 | t/t68map.t | |
faa9b3e7 | 153 | t/t69rubthru.t |
02d1d628 AMH |
154 | t/t70newgif.t |
155 | t/t75polyaa.t | |
3799c4d1 | 156 | t/t80texttools.t Test text wrapping |
02d1d628 | 157 | t/t90cc.t |
662e3c02 TC |
158 | t/testtools.pl |
159 | tags.c | |
160 | testimg/bad1oflow.bmp 1-bit/pixel, overflow integer on 32-bit machines | |
161 | testimg/bad1wid0.bmp 1-bit/pixel, zero width | |
162 | testimg/bad24comp.bmp 24-bit/pixel, bad compression | |
163 | testimg/bad24oflow.bmp 24-bit/pixel, overflow integer on 32-bit machines | |
164 | testimg/bad24wid0.bmp 24-bit/pixel, 0 width | |
165 | testimg/bad4oflow.bmp 4-bit/pixel, overflow integer on 32-bit machines | |
166 | testimg/bad4wid0.bmp 4-bit/pixel, 0 width | |
167 | testimg/bad4widbig.bmp 4-bit/pixel, large width | |
168 | testimg/bad8comp.bmp 8-bit/pixel, bad compression | |
169 | testimg/bad8oflow.bmp 8-bit/pixel, overflow integer on 32-bit machines | |
170 | testimg/bad8useda.bmp 8-bit/pixel, bad colors used value | |
171 | testimg/bad8wid0.bmp 8-bit/pixel, width 0 | |
172 | testimg/badbits.bmp bad bits value in header | |
173 | testimg/badcomp1.bmp bad compression for 1-bit/pixel | |
174 | testimg/badcomp4.bmp bad compression for 4-bit/pixel | |
175 | testimg/badplanes.bmp bad planes value in header | |
176 | testimg/badused1.bmp 1-bit/pixel, out of range colors used value | |
177 | testimg/badused4a.bmp 4-bit/pixel, badly out of range used value (SEGV test) | |
178 | testimg/badused4b.bmp 4-bit/pixel, just out of range used value (SEGV test) | |
84324192 | 179 | testimg/bandw.gif |
6607600c | 180 | testimg/comp4.bmp Compressed 4-bit/pixel BMP |
5bb828f1 TC |
181 | testimg/comp4.tif 4-bit/pixel paletted TIFF |
182 | testimg/comp4bad.tif corrupted 4-bit/pixel paletted TIFF | |
6607600c | 183 | testimg/comp8.bmp Compressed 8-bit/pixel BMP |
5bb828f1 | 184 | testimg/comp8.tif 8-bit/pixel paletted TIFF |
84324192 | 185 | testimg/expected.gif |
6607600c | 186 | testimg/gimpgrad A GIMP gradient file |
84324192 AMH |
187 | testimg/junk.ppm |
188 | testimg/loccmap.gif | |
7565a299 | 189 | testimg/longid.tga Test TGA with a long id string |
1501d9b3 | 190 | testimg/maxval.ppm For ppm file maxval handling |
8b695554 TC |
191 | testimg/maxval_0.ppm |
192 | testimg/maxval_256.ppm | |
193 | testimg/maxval_4095_asc.ppm | |
194 | testimg/maxval_65536.ppm | |
195 | testimg/maxval_asc.ppm | |
84324192 AMH |
196 | testimg/nocmap.gif |
197 | testimg/palette.png | |
198 | testimg/palette_out.png | |
199 | testimg/penguin-base.ppm | |
02d1d628 | 200 | testimg/scale.gif |
84324192 | 201 | testimg/scale.ppm |
02d1d628 | 202 | testimg/scalei.gif |
84324192 | 203 | testimg/screen2.gif |
faa9b3e7 | 204 | testimg/screen3.gif |
662e3c02 TC |
205 | testimg/short1.bmp 1-bit/pixel, data missing from EOF |
206 | testimg/short24.bmp 24-bit/pixel, data missing from EOF | |
207 | testimg/short4.bmp truncated 4bit/pixel uncompressed BMP | |
208 | testimg/short4rle.bmp truncated 4bit/pixel compressed BMP | |
209 | testimg/short8.bmp 8-bit/pixel, data missing from EOF | |
210 | testimg/short8rle.bmp 8-bit/pixel compressed, data missing from EOF | |
91492c5e | 211 | testimg/simple.pbm |
6607600c | 212 | testimg/test_gimp_pal A simple GIMP palette file |
ffeb4a67 | 213 | testimg/tiffwarn.tif Generates a warning while being read |
84324192 AMH |
214 | testimg/trimgdesc.gif |
215 | testimg/trmiddesc.gif | |
403946c6 TC |
216 | testimg/winrgb2.bmp 1-bit bmp base |
217 | testimg/winrgb24.bmp 24-bit bmp base | |
218 | testimg/winrgb24off.bmp 24-bit bmp with image data offset from header | |
219 | testimg/winrgb2off.bmp 1-bit bmp with image data offset from header | |
220 | testimg/winrgb4.bmp 4-bit bmp base | |
221 | testimg/winrgb4off.bmp 4-bit bmp with image data offset from header | |
222 | testimg/winrgb8.bmp 8-bit bmp base | |
223 | testimg/winrgb8off.bmp 8-bit bmp with image data offset from header | |
662e3c02 TC |
224 | tga.c Reading and writing Targa files |
225 | tiff.c | |
226 | trans2.c | |
02d1d628 | 227 | transform.perl Shell interface to Imager::Transform |
662e3c02 | 228 | typemap |
faa9b3e7 | 229 | win32.c Implements font support through Win32 GDI |