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 |
a4168bea | 43 | fontfiles/NameTest.ttf test glyph_names() - see t38ft2font.t |
02d1d628 AMH |
44 | fontfiles/dcr10.afm |
45 | fontfiles/dcr10.pfb | |
46 | fontfiles/dodge.ttf | |
662e3c02 TC |
47 | freetyp2.c Implements freetype2 font support |
48 | gaussian.c | |
49 | gif.c | |
50 | image.c | |
51 | image.h | |
52 | imagei.h | |
53 | img16.c | |
54 | imgdouble.c Implements double/sample images | |
55 | imio.h | |
56 | io.c | |
57 | iolayer.c | |
58 | iolayer.h | |
59 | jpeg.c | |
faa9b3e7 TC |
60 | lib/Imager/Color.pm |
61 | lib/Imager/Color/Float.pm | |
1c00d65b | 62 | lib/Imager/Color/Table.pm |
662e3c02 TC |
63 | lib/Imager/Draw.pod |
64 | lib/Imager/Engines.pod | |
02d1d628 AMH |
65 | lib/Imager/Expr.pm |
66 | lib/Imager/Expr/Assem.pm | |
cdd7bda9 | 67 | lib/Imager/Files.pod |
efdc2568 | 68 | lib/Imager/Fill.pm |
662e3c02 | 69 | lib/Imager/Filters.pod |
02d1d628 | 70 | lib/Imager/Font.pm |
3799c4d1 | 71 | lib/Imager/Font/BBox.pm |
faa9b3e7 | 72 | lib/Imager/Font/FreeType2.pm |
662e3c02 TC |
73 | lib/Imager/Font/Image.pm |
74 | lib/Imager/Font/Truetype.pm | |
75 | lib/Imager/Font/Type1.pm | |
f76fcee8 | 76 | lib/Imager/Font/Win32.pm |
3799c4d1 | 77 | lib/Imager/Font/Wrap.pm |
6607600c | 78 | lib/Imager/Fountain.pm |
662e3c02 | 79 | lib/Imager/ImageTypes.pod |
faa9b3e7 | 80 | lib/Imager/Matrix2d.pm |
faa9b3e7 | 81 | lib/Imager/Regops.pm |
02d1d628 | 82 | lib/Imager/Transform.pm |
662e3c02 TC |
83 | lib/Imager/Transformations.pod |
84 | lib/Imager/interface.pod | |
85 | lib/Imager/regmach.pod | |
86 | log.c | |
87 | log.h | |
88 | map.c | |
89 | maskimg.c | |
90 | palimg.c | |
91 | plug.h | |
92 | png.c | |
93 | pnm.c | |
94 | polygon.c | |
95 | ppport.h | |
96 | quant.c | |
97 | raw.c | |
98 | regmach.c | |
99 | regmach.h | |
100 | regops.perl | |
101 | rgb.c Reading and writing SGI rgb files | |
102 | rotate.c | |
103 | spot.perl For making an ordered dither matrix from a spot function | |
104 | stackmach.c | |
105 | stackmach.h | |
02d1d628 | 106 | t/t00basic.t |
faa9b3e7 TC |
107 | t/t01introvert.t |
108 | t/t020masked.t | |
109 | t/t021sixteen.t | |
365ea842 | 110 | t/t022double.t Test double/sample images |
1501d9b3 | 111 | t/t023palette.t Test paletted images |
64549713 | 112 | t/t05error.t |
38e6b53d | 113 | t/t07iolayer.t |
23aab92a TC |
114 | t/t101jpeg.t |
115 | t/t102png.t | |
116 | t/t103raw.t | |
117 | t/t104ppm.t | |
118 | t/t105gif.t | |
119 | t/t106tiff.t | |
d08b8f85 | 120 | t/t107bmp.t |
9f1d85cf | 121 | t/t108tga.t |
02d1d628 | 122 | t/t15color.t |
9f1d85cf | 123 | t/t16matrix.t Tests Imager::Matrix2d |
efdc2568 | 124 | t/t20fill.t Tests fills |
3a9a4241 | 125 | t/t21draw.t Basic drawing tests |
02d1d628 AMH |
126 | t/t30t1font.t |
127 | t/t35ttfont.t | |
128 | t/t36oofont.t | |
faa9b3e7 TC |
129 | t/t37w32font.t Tests Win32 GDI font support |
130 | t/t38ft2font.t Tests freetype2 support | |
02d1d628 AMH |
131 | t/t40scale.t |
132 | t/t50basicoo.t | |
133 | t/t55trans.t | |
134 | t/t56postfix.t | |
135 | t/t57infix.t | |
136 | t/t58trans2.t | |
137 | t/t59assem.t | |
138 | t/t60dyntest.t | |
d08b8f85 | 139 | t/t61filters.t |
9f1d85cf | 140 | t/t64copyflip.t Test copy, flip, rotate, matrix_transform |
02d1d628 AMH |
141 | t/t65crop.t |
142 | t/t66paste.t | |
efdc2568 TC |
143 | t/t67convert.t |
144 | t/t68map.t | |
faa9b3e7 | 145 | t/t69rubthru.t |
02d1d628 AMH |
146 | t/t70newgif.t |
147 | t/t75polyaa.t | |
3799c4d1 | 148 | t/t80texttools.t Test text wrapping |
02d1d628 | 149 | t/t90cc.t |
662e3c02 TC |
150 | t/testtools.pl |
151 | tags.c | |
152 | testimg/bad1oflow.bmp 1-bit/pixel, overflow integer on 32-bit machines | |
153 | testimg/bad1wid0.bmp 1-bit/pixel, zero width | |
154 | testimg/bad24comp.bmp 24-bit/pixel, bad compression | |
155 | testimg/bad24oflow.bmp 24-bit/pixel, overflow integer on 32-bit machines | |
156 | testimg/bad24wid0.bmp 24-bit/pixel, 0 width | |
157 | testimg/bad4oflow.bmp 4-bit/pixel, overflow integer on 32-bit machines | |
158 | testimg/bad4wid0.bmp 4-bit/pixel, 0 width | |
159 | testimg/bad4widbig.bmp 4-bit/pixel, large width | |
160 | testimg/bad8comp.bmp 8-bit/pixel, bad compression | |
161 | testimg/bad8oflow.bmp 8-bit/pixel, overflow integer on 32-bit machines | |
162 | testimg/bad8useda.bmp 8-bit/pixel, bad colors used value | |
163 | testimg/bad8wid0.bmp 8-bit/pixel, width 0 | |
164 | testimg/badbits.bmp bad bits value in header | |
165 | testimg/badcomp1.bmp bad compression for 1-bit/pixel | |
166 | testimg/badcomp4.bmp bad compression for 4-bit/pixel | |
167 | testimg/badplanes.bmp bad planes value in header | |
168 | testimg/badused1.bmp 1-bit/pixel, out of range colors used value | |
169 | testimg/badused4a.bmp 4-bit/pixel, badly out of range used value (SEGV test) | |
170 | testimg/badused4b.bmp 4-bit/pixel, just out of range used value (SEGV test) | |
84324192 | 171 | testimg/bandw.gif |
6607600c | 172 | testimg/comp4.bmp Compressed 4-bit/pixel BMP |
5bb828f1 TC |
173 | testimg/comp4.tif 4-bit/pixel paletted TIFF |
174 | testimg/comp4bad.tif corrupted 4-bit/pixel paletted TIFF | |
6607600c | 175 | testimg/comp8.bmp Compressed 8-bit/pixel BMP |
5bb828f1 | 176 | testimg/comp8.tif 8-bit/pixel paletted TIFF |
84324192 | 177 | testimg/expected.gif |
6607600c | 178 | testimg/gimpgrad A GIMP gradient file |
84324192 AMH |
179 | testimg/junk.ppm |
180 | testimg/loccmap.gif | |
1501d9b3 | 181 | testimg/maxval.ppm For ppm file maxval handling |
8b695554 TC |
182 | testimg/maxval_0.ppm |
183 | testimg/maxval_256.ppm | |
184 | testimg/maxval_4095_asc.ppm | |
185 | testimg/maxval_65536.ppm | |
186 | testimg/maxval_asc.ppm | |
84324192 AMH |
187 | testimg/nocmap.gif |
188 | testimg/palette.png | |
189 | testimg/palette_out.png | |
190 | testimg/penguin-base.ppm | |
02d1d628 | 191 | testimg/scale.gif |
84324192 | 192 | testimg/scale.ppm |
02d1d628 | 193 | testimg/scalei.gif |
84324192 | 194 | testimg/screen2.gif |
faa9b3e7 | 195 | testimg/screen3.gif |
662e3c02 TC |
196 | testimg/short1.bmp 1-bit/pixel, data missing from EOF |
197 | testimg/short24.bmp 24-bit/pixel, data missing from EOF | |
198 | testimg/short4.bmp truncated 4bit/pixel uncompressed BMP | |
199 | testimg/short4rle.bmp truncated 4bit/pixel compressed BMP | |
200 | testimg/short8.bmp 8-bit/pixel, data missing from EOF | |
201 | testimg/short8rle.bmp 8-bit/pixel compressed, data missing from EOF | |
91492c5e | 202 | testimg/simple.pbm |
6607600c | 203 | testimg/test_gimp_pal A simple GIMP palette file |
84324192 AMH |
204 | testimg/trimgdesc.gif |
205 | testimg/trmiddesc.gif | |
662e3c02 TC |
206 | tga.c Reading and writing Targa files |
207 | tiff.c | |
81483e0f | 208 | tools/imager Command-line tool for imager (experimental) |
662e3c02 | 209 | trans2.c |
02d1d628 | 210 | transform.perl Shell interface to Imager::Transform |
662e3c02 | 211 | typemap |
faa9b3e7 | 212 | win32.c Implements font support through Win32 GDI |