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 | |
02d1d628 AMH |
16 | Imager.pm |
17 | Imager.xs | |
18 | MANIFEST | |
92bda632 | 19 | MANIFEST.SKIP |
55932d2a | 20 | META.yml Module meta-data |
92bda632 TC |
21 | Mandelbrot/Makefile.PL more complex filter |
22 | Mandelbrot/Mandelbrot.pm | |
23 | Mandelbrot/Mandelbrot.xs | |
24 | Mandelbrot/mandel.c | |
25 | Mandelbrot/t/t00mandel.t | |
02d1d628 | 26 | Makefile.PL |
662e3c02 | 27 | README |
92bda632 | 28 | apidocs.perl Build lib/Imager/APIRef.pm |
662e3c02 | 29 | bigtest.perl Library selection tester |
efdc2568 | 30 | bmp.c Reading and writing Windows BMP files |
6607600c | 31 | color.c Color translation and handling |
02d1d628 | 32 | conv.c |
f5991c03 | 33 | convert.c |
662e3c02 | 34 | doco.perl |
92bda632 | 35 | datatypes.c |
d08b8f85 TC |
36 | draw.c |
37 | draw.h | |
662e3c02 TC |
38 | dynaload.c |
39 | dynaload.h | |
40 | dynfilt/Makefile.PL | |
41 | dynfilt/compile.txt | |
42 | dynfilt/dt2.c | |
43 | dynfilt/dt2.exp | |
44 | dynfilt/dyntest.c | |
45 | dynfilt/dyntest.exp | |
46 | dynfilt/flines.c | |
47 | dynfilt/flines.exp | |
48 | dynfilt/mandelbrot.c | |
49 | dynfilt/mandelbrot.exp | |
50 | dynfilt/pluginst.h | |
51 | errep.perl | |
64549713 | 52 | error.c |
662e3c02 TC |
53 | ext.h |
54 | feat.c | |
02d1d628 | 55 | feat.h |
662e3c02 TC |
56 | fills.c Generic fills |
57 | filterlist.perl | |
02d1d628 | 58 | filters.c |
02d1d628 | 59 | font.c |
3799c4d1 TC |
60 | fontfiles/ExistenceTest.afm please edit ExistenceTest.sfd in CVS |
61 | fontfiles/ExistenceTest.pfb to change these files, edited and | |
62 | fontfiles/ExistenceTest.ttf generated using pfaedit | |
a923fade | 63 | fontfiles/ImUgly.ttf |
3e882362 | 64 | fontfiles/MMOne.pfb multiple master test font |
a4168bea | 65 | fontfiles/NameTest.ttf test glyph_names() - see t38ft2font.t |
02d1d628 AMH |
66 | fontfiles/dcr10.afm |
67 | fontfiles/dcr10.pfb | |
68 | fontfiles/dodge.ttf | |
662e3c02 TC |
69 | freetyp2.c Implements freetype2 font support |
70 | gaussian.c | |
71 | gif.c | |
a8652edf | 72 | hlines.c Manage sets of horizontal line segments |
662e3c02 | 73 | image.c |
92bda632 TC |
74 | imager.h |
75 | imageri.h | |
76 | imdatatypes.h | |
af070d99 | 77 | imerror.h Error handling functions |
92bda632 TC |
78 | imext.c Defines the function table |
79 | imext.h Included by external modules for API access | |
80 | imextdef.h | |
81 | imexttypes.h Define API function table type | |
f7450478 TC |
82 | imexif.c Experimental JPEG EXIF decoding |
83 | imexif.h | |
662e3c02 TC |
84 | img16.c |
85 | imgdouble.c Implements double/sample images | |
86 | imio.h | |
92bda632 | 87 | imperl.h |
662e3c02 TC |
88 | io.c |
89 | iolayer.c | |
90 | iolayer.h | |
0778adbf | 91 | iolayert.h IO layer types |
662e3c02 | 92 | jpeg.c |
92bda632 TC |
93 | lib/Imager/API.pm |
94 | lib/Imager/APIRef.pm API function reference | |
faa9b3e7 TC |
95 | lib/Imager/Color.pm |
96 | lib/Imager/Color/Float.pm | |
1c00d65b | 97 | lib/Imager/Color/Table.pm |
f8979de1 | 98 | lib/Imager/Cookbook.pod |
662e3c02 TC |
99 | lib/Imager/Draw.pod |
100 | lib/Imager/Engines.pod | |
92bda632 | 101 | lib/Imager/ExtUtils.pm |
02d1d628 AMH |
102 | lib/Imager/Expr.pm |
103 | lib/Imager/Expr/Assem.pm | |
cdd7bda9 | 104 | lib/Imager/Files.pod |
efdc2568 | 105 | lib/Imager/Fill.pm |
662e3c02 | 106 | lib/Imager/Filters.pod |
02d1d628 | 107 | lib/Imager/Font.pm |
3799c4d1 | 108 | lib/Imager/Font/BBox.pm |
faa9b3e7 | 109 | lib/Imager/Font/FreeType2.pm |
662e3c02 TC |
110 | lib/Imager/Font/Image.pm |
111 | lib/Imager/Font/Truetype.pm | |
112 | lib/Imager/Font/Type1.pm | |
f76fcee8 | 113 | lib/Imager/Font/Win32.pm |
3799c4d1 | 114 | lib/Imager/Font/Wrap.pm |
6607600c | 115 | lib/Imager/Fountain.pm |
662e3c02 | 116 | lib/Imager/ImageTypes.pod |
92bda632 | 117 | lib/Imager/Inline.pod Using Imager with Inline::C |
faa9b3e7 | 118 | lib/Imager/Matrix2d.pm |
faa9b3e7 | 119 | lib/Imager/Regops.pm |
02d1d628 | 120 | lib/Imager/Transform.pm |
662e3c02 | 121 | lib/Imager/Transformations.pod |
985bda61 | 122 | lib/Imager/Tutorial.pod |
662e3c02 TC |
123 | lib/Imager/interface.pod |
124 | lib/Imager/regmach.pod | |
1611d101 | 125 | limits.c |
662e3c02 TC |
126 | log.c |
127 | log.h | |
128 | map.c | |
129 | maskimg.c | |
130 | palimg.c | |
131 | plug.h | |
132 | png.c | |
133 | pnm.c | |
134 | polygon.c | |
135 | ppport.h | |
136 | quant.c | |
137 | raw.c | |
138 | regmach.c | |
139 | regmach.h | |
140 | regops.perl | |
141 | rgb.c Reading and writing SGI rgb files | |
142 | rotate.c | |
12b1fac2 | 143 | samples/README |
7d148aa3 | 144 | samples/align-string.pl Demonstrate align_string method. |
12b1fac2 | 145 | samples/anaglyph.pl |
7d148aa3 TC |
146 | samples/border.pl Demonstrate adding a border |
147 | samples/inline_replace_color.pl replace colors using Inline::C | |
12b1fac2 | 148 | samples/interleave.pl |
7d148aa3 | 149 | samples/replace_color.pl replace colors using transform2() |
1a19d068 TC |
150 | samples/samp-form.cgi |
151 | samples/samp-image.cgi | |
d2bd6dbc TC |
152 | samples/samp-scale.cgi Demonstrate image upload via a HTML form |
153 | samples/samp-scale.html Form for samp-scale.cgi | |
154 | samples/samp-tags.cgi Demonstrate image upload via a HTML form | |
155 | samples/samp-tags.html Form for samp-tags.cgi | |
7d148aa3 TC |
156 | samples/slant_text.pl Using $font->transform() to slant text |
157 | samples/tk-photo.pl | |
662e3c02 TC |
158 | spot.perl For making an ordered dither matrix from a spot function |
159 | stackmach.c | |
160 | stackmach.h | |
51b8cc10 TC |
161 | t/Test/Builder.pm |
162 | t/Test/More.pm | |
02d1d628 | 163 | t/t00basic.t |
faa9b3e7 TC |
164 | t/t01introvert.t |
165 | t/t020masked.t | |
166 | t/t021sixteen.t | |
365ea842 | 167 | t/t022double.t Test double/sample images |
1501d9b3 | 168 | t/t023palette.t Test paletted images |
64549713 | 169 | t/t05error.t |
38e6b53d | 170 | t/t07iolayer.t |
63e0dc02 | 171 | t/t1000files.t Format independent file tests |
23aab92a TC |
172 | t/t101jpeg.t |
173 | t/t102png.t | |
174 | t/t103raw.t | |
175 | t/t104ppm.t | |
176 | t/t105gif.t | |
177 | t/t106tiff.t | |
d08b8f85 | 178 | t/t107bmp.t |
9f1d85cf | 179 | t/t108tga.t |
02d1d628 | 180 | t/t15color.t |
9f1d85cf | 181 | t/t16matrix.t Tests Imager::Matrix2d |
efdc2568 | 182 | t/t20fill.t Tests fills |
3a9a4241 | 183 | t/t21draw.t Basic drawing tests |
02d1d628 AMH |
184 | t/t30t1font.t |
185 | t/t35ttfont.t | |
186 | t/t36oofont.t | |
faa9b3e7 TC |
187 | t/t37w32font.t Tests Win32 GDI font support |
188 | t/t38ft2font.t Tests freetype2 support | |
02d1d628 AMH |
189 | t/t40scale.t |
190 | t/t50basicoo.t | |
191 | t/t55trans.t | |
192 | t/t56postfix.t | |
193 | t/t57infix.t | |
194 | t/t58trans2.t | |
195 | t/t59assem.t | |
196 | t/t60dyntest.t | |
d08b8f85 | 197 | t/t61filters.t |
9f1d85cf | 198 | t/t64copyflip.t Test copy, flip, rotate, matrix_transform |
02d1d628 AMH |
199 | t/t65crop.t |
200 | t/t66paste.t | |
efdc2568 TC |
201 | t/t67convert.t |
202 | t/t68map.t | |
faa9b3e7 | 203 | t/t69rubthru.t |
02d1d628 AMH |
204 | t/t70newgif.t |
205 | t/t75polyaa.t | |
3799c4d1 | 206 | t/t80texttools.t Test text wrapping |
a8652edf | 207 | t/t81hlines.t Test hlines.c |
92bda632 | 208 | t/t82inline.t Test Inline::C integration |
02d1d628 | 209 | t/t90cc.t |
dbb1064f | 210 | t/t91pod.t Test POD with Test::Pod |
7d148aa3 | 211 | t/t92samples.t |
3f6f8a33 | 212 | t/t93podcover.t POD Coverage tests |
662e3c02 TC |
213 | t/testtools.pl |
214 | tags.c | |
41cdb347 | 215 | testimg/209_yonge.jpg Regression test: #17981 |
662e3c02 TC |
216 | testimg/bad1oflow.bmp 1-bit/pixel, overflow integer on 32-bit machines |
217 | testimg/bad1wid0.bmp 1-bit/pixel, zero width | |
218 | testimg/bad24comp.bmp 24-bit/pixel, bad compression | |
219 | testimg/bad24oflow.bmp 24-bit/pixel, overflow integer on 32-bit machines | |
220 | testimg/bad24wid0.bmp 24-bit/pixel, 0 width | |
221 | testimg/bad4oflow.bmp 4-bit/pixel, overflow integer on 32-bit machines | |
222 | testimg/bad4wid0.bmp 4-bit/pixel, 0 width | |
223 | testimg/bad4widbig.bmp 4-bit/pixel, large width | |
224 | testimg/bad8comp.bmp 8-bit/pixel, bad compression | |
225 | testimg/bad8oflow.bmp 8-bit/pixel, overflow integer on 32-bit machines | |
226 | testimg/bad8useda.bmp 8-bit/pixel, bad colors used value | |
227 | testimg/bad8wid0.bmp 8-bit/pixel, width 0 | |
228 | testimg/badbits.bmp bad bits value in header | |
229 | testimg/badcomp1.bmp bad compression for 1-bit/pixel | |
230 | testimg/badcomp4.bmp bad compression for 4-bit/pixel | |
231 | testimg/badplanes.bmp bad planes value in header | |
232 | testimg/badused1.bmp 1-bit/pixel, out of range colors used value | |
233 | testimg/badused4a.bmp 4-bit/pixel, badly out of range used value (SEGV test) | |
234 | testimg/badused4b.bmp 4-bit/pixel, just out of range used value (SEGV test) | |
84324192 | 235 | testimg/bandw.gif |
dbc33d8a | 236 | testimg/base.jpg Base JPEG test image |
6607600c | 237 | testimg/comp4.bmp Compressed 4-bit/pixel BMP |
5bb828f1 TC |
238 | testimg/comp4.tif 4-bit/pixel paletted TIFF |
239 | testimg/comp4bad.tif corrupted 4-bit/pixel paletted TIFF | |
6607600c | 240 | testimg/comp8.bmp Compressed 8-bit/pixel BMP |
5bb828f1 | 241 | testimg/comp8.tif 8-bit/pixel paletted TIFF |
f7450478 | 242 | testimg/exiftest.jpg Test image for EXIF parsing |
84324192 | 243 | testimg/expected.gif |
6607600c | 244 | testimg/gimpgrad A GIMP gradient file |
84324192 AMH |
245 | testimg/junk.ppm |
246 | testimg/loccmap.gif | |
7565a299 | 247 | testimg/longid.tga Test TGA with a long id string |
1501d9b3 | 248 | testimg/maxval.ppm For ppm file maxval handling |
8b695554 TC |
249 | testimg/maxval_0.ppm |
250 | testimg/maxval_256.ppm | |
251 | testimg/maxval_4095_asc.ppm | |
252 | testimg/maxval_65536.ppm | |
253 | testimg/maxval_asc.ppm | |
817ba871 | 254 | testimg/newgimpgrad.ggr Test GIMP Gradient file (newer type) |
84324192 AMH |
255 | testimg/nocmap.gif |
256 | testimg/palette.png | |
257 | testimg/palette_out.png | |
258 | testimg/penguin-base.ppm | |
02d1d628 | 259 | testimg/scale.gif |
84324192 | 260 | testimg/scale.ppm |
02d1d628 | 261 | testimg/scalei.gif |
84324192 | 262 | testimg/screen2.gif |
faa9b3e7 | 263 | testimg/screen3.gif |
662e3c02 TC |
264 | testimg/short1.bmp 1-bit/pixel, data missing from EOF |
265 | testimg/short24.bmp 24-bit/pixel, data missing from EOF | |
266 | testimg/short4.bmp truncated 4bit/pixel uncompressed BMP | |
267 | testimg/short4rle.bmp truncated 4bit/pixel compressed BMP | |
268 | testimg/short8.bmp 8-bit/pixel, data missing from EOF | |
269 | testimg/short8rle.bmp 8-bit/pixel compressed, data missing from EOF | |
91492c5e | 270 | testimg/simple.pbm |
6607600c | 271 | testimg/test_gimp_pal A simple GIMP palette file |
ffeb4a67 | 272 | testimg/tiffwarn.tif Generates a warning while being read |
84324192 AMH |
273 | testimg/trimgdesc.gif |
274 | testimg/trmiddesc.gif | |
403946c6 TC |
275 | testimg/winrgb2.bmp 1-bit bmp base |
276 | testimg/winrgb24.bmp 24-bit bmp base | |
277 | testimg/winrgb24off.bmp 24-bit bmp with image data offset from header | |
278 | testimg/winrgb2off.bmp 1-bit bmp with image data offset from header | |
279 | testimg/winrgb4.bmp 4-bit bmp base | |
280 | testimg/winrgb4off.bmp 4-bit bmp with image data offset from header | |
281 | testimg/winrgb8.bmp 8-bit bmp base | |
282 | testimg/winrgb8off.bmp 8-bit bmp with image data offset from header | |
662e3c02 TC |
283 | tga.c Reading and writing Targa files |
284 | tiff.c | |
285 | trans2.c | |
02d1d628 | 286 | transform.perl Shell interface to Imager::Transform |
662e3c02 | 287 | typemap |
faa9b3e7 | 288 | win32.c Implements font support through Win32 GDI |