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