]>
Commit | Line | Data |
---|---|---|
02d1d628 AMH |
1 | Changes |
2 | Imager.pm | |
3 | Imager.xs | |
4 | MANIFEST | |
5 | README | |
6 | Makefile.PL | |
efdc2568 | 7 | bmp.c Reading and writing Windows BMP files |
1ec86afa | 8 | tga.c Reading and writing Targa files |
392a3503 | 9 | rgb.c Reading and writing SGI rgb files |
6607600c | 10 | color.c Color translation and handling |
02d1d628 | 11 | conv.c |
f5991c03 | 12 | convert.c |
d08b8f85 | 13 | draw.c |
9982a307 | 14 | polygon.c |
d08b8f85 | 15 | draw.h |
f1ac5027 | 16 | fills.c Generic fills |
2df3535a | 17 | map.c |
64549713 | 18 | error.c |
02d1d628 AMH |
19 | gaussian.c |
20 | ppport.h | |
21 | image.c | |
22 | image.h | |
faa9b3e7 | 23 | imagei.h |
02d1d628 AMH |
24 | datatypes.h |
25 | datatypes.c | |
26 | feat.h | |
faa9b3e7 | 27 | img16.c |
365ea842 | 28 | imgdouble.c Implements double/sample images |
02d1d628 AMH |
29 | io.c |
30 | io.h | |
31 | log.c | |
32 | log.h | |
33 | jpeg.c | |
34 | png.c | |
35 | gif.c | |
36 | tiff.c | |
37 | quant.c | |
38 | raw.c | |
39 | pnm.c | |
40 | filters.c | |
41 | feat.c | |
42 | font.c | |
faa9b3e7 TC |
43 | freetyp2.c Implements freetype2 font support |
44 | maskimg.c | |
45 | palimg.c | |
02d1d628 AMH |
46 | regmach.c |
47 | regmach.h | |
faa9b3e7 | 48 | rotate.c |
02d1d628 AMH |
49 | stackmach.c |
50 | stackmach.h | |
faa9b3e7 | 51 | tags.c |
02d1d628 AMH |
52 | trans2.c |
53 | iolayer.h | |
54 | iolayer.c | |
3799c4d1 TC |
55 | fontfiles/ExistenceTest.afm please edit ExistenceTest.sfd in CVS |
56 | fontfiles/ExistenceTest.pfb to change these files, edited and | |
57 | fontfiles/ExistenceTest.ttf generated using pfaedit | |
a923fade | 58 | fontfiles/ImUgly.ttf |
02d1d628 AMH |
59 | fontfiles/dcr10.afm |
60 | fontfiles/dcr10.pfb | |
61 | fontfiles/dodge.ttf | |
faa9b3e7 TC |
62 | lib/Imager/Color.pm |
63 | lib/Imager/Color/Float.pm | |
02d1d628 AMH |
64 | lib/Imager/Expr.pm |
65 | lib/Imager/Expr/Assem.pm | |
cdd7bda9 | 66 | lib/Imager/Files.pod |
435d53c8 | 67 | lib/Imager/Draw.pod |
8435f780 | 68 | lib/Imager/Transformations.pod |
83dadefe | 69 | lib/Imager/ImageTypes.pod |
cdd23610 | 70 | lib/Imager/Filters.pod |
3e1be2c1 | 71 | lib/Imager/Engines.pod |
efdc2568 | 72 | lib/Imager/Fill.pm |
02d1d628 | 73 | lib/Imager/Font.pm |
3799c4d1 | 74 | lib/Imager/Font/BBox.pm |
faa9b3e7 TC |
75 | lib/Imager/Font/Type1.pm |
76 | lib/Imager/Font/Truetype.pm | |
77 | lib/Imager/Font/FreeType2.pm | |
f76fcee8 | 78 | lib/Imager/Font/Win32.pm |
3799c4d1 | 79 | lib/Imager/Font/Wrap.pm |
71dc4a83 | 80 | lib/Imager/Font/Image.pm |
6607600c | 81 | lib/Imager/Fountain.pm |
faa9b3e7 TC |
82 | lib/Imager/interface.pod |
83 | lib/Imager/Matrix2d.pm | |
84 | lib/Imager/regmach.pod | |
85 | lib/Imager/Regops.pm | |
02d1d628 | 86 | lib/Imager/Transform.pm |
70591a2b | 87 | t/testtools.pl |
02d1d628 | 88 | t/t00basic.t |
faa9b3e7 TC |
89 | t/t01introvert.t |
90 | t/t020masked.t | |
91 | t/t021sixteen.t | |
365ea842 | 92 | t/t022double.t Test double/sample images |
64549713 | 93 | t/t05error.t |
38e6b53d | 94 | t/t07iolayer.t |
23aab92a TC |
95 | t/t101jpeg.t |
96 | t/t102png.t | |
97 | t/t103raw.t | |
98 | t/t104ppm.t | |
99 | t/t105gif.t | |
100 | t/t106tiff.t | |
d08b8f85 | 101 | t/t107bmp.t |
9f1d85cf | 102 | t/t108tga.t |
02d1d628 | 103 | t/t15color.t |
9f1d85cf | 104 | t/t16matrix.t Tests Imager::Matrix2d |
efdc2568 | 105 | t/t20fill.t Tests fills |
3a9a4241 | 106 | t/t21draw.t Basic drawing tests |
02d1d628 AMH |
107 | t/t30t1font.t |
108 | t/t35ttfont.t | |
109 | t/t36oofont.t | |
faa9b3e7 TC |
110 | t/t37w32font.t Tests Win32 GDI font support |
111 | t/t38ft2font.t Tests freetype2 support | |
02d1d628 AMH |
112 | t/t40scale.t |
113 | t/t50basicoo.t | |
114 | t/t55trans.t | |
115 | t/t56postfix.t | |
116 | t/t57infix.t | |
117 | t/t58trans2.t | |
118 | t/t59assem.t | |
119 | t/t60dyntest.t | |
d08b8f85 | 120 | t/t61filters.t |
9f1d85cf | 121 | t/t64copyflip.t Test copy, flip, rotate, matrix_transform |
02d1d628 AMH |
122 | t/t65crop.t |
123 | t/t66paste.t | |
efdc2568 TC |
124 | t/t67convert.t |
125 | t/t68map.t | |
faa9b3e7 | 126 | t/t69rubthru.t |
02d1d628 AMH |
127 | t/t70newgif.t |
128 | t/t75polyaa.t | |
3799c4d1 | 129 | t/t80texttools.t Test text wrapping |
02d1d628 | 130 | t/t90cc.t |
84324192 | 131 | testimg/bandw.gif |
6607600c | 132 | testimg/comp4.bmp Compressed 4-bit/pixel BMP |
5bb828f1 TC |
133 | testimg/comp4.tif 4-bit/pixel paletted TIFF |
134 | testimg/comp4bad.tif corrupted 4-bit/pixel paletted TIFF | |
6607600c | 135 | testimg/comp8.bmp Compressed 8-bit/pixel BMP |
5bb828f1 | 136 | testimg/comp8.tif 8-bit/pixel paletted TIFF |
84324192 | 137 | testimg/expected.gif |
6607600c | 138 | testimg/gimpgrad A GIMP gradient file |
84324192 AMH |
139 | testimg/junk.ppm |
140 | testimg/loccmap.gif | |
141 | testimg/nocmap.gif | |
142 | testimg/palette.png | |
143 | testimg/palette_out.png | |
144 | testimg/penguin-base.ppm | |
02d1d628 | 145 | testimg/scale.gif |
84324192 | 146 | testimg/scale.ppm |
02d1d628 | 147 | testimg/scalei.gif |
84324192 | 148 | testimg/screen2.gif |
faa9b3e7 | 149 | testimg/screen3.gif |
91492c5e | 150 | testimg/simple.pbm |
6607600c | 151 | testimg/test_gimp_pal A simple GIMP palette file |
84324192 AMH |
152 | testimg/trimgdesc.gif |
153 | testimg/trmiddesc.gif | |
02d1d628 AMH |
154 | typemap |
155 | dynaload.c | |
156 | dynaload.h | |
157 | ext.h | |
158 | plug.h | |
159 | filterlist.perl | |
160 | doco.perl | |
161 | errep.perl | |
162 | regops.perl | |
163 | spot.perl For making an ordered dither matrix from a spot function | |
02d1d628 AMH |
164 | transform.perl Shell interface to Imager::Transform |
165 | bigtest.perl Library selection tester | |
166 | dynfilt/pluginst.h | |
167 | dynfilt/dyntest.c | |
009e86ca | 168 | dynfilt/dyntest.exp |
02d1d628 | 169 | dynfilt/dt2.c |
009e86ca | 170 | dynfilt/dt2.exp |
02d1d628 | 171 | dynfilt/mandelbrot.c |
009e86ca | 172 | dynfilt/mandelbrot.exp |
02d1d628 | 173 | dynfilt/flines.c |
009e86ca | 174 | dynfilt/flines.exp |
02d1d628 AMH |
175 | dynfilt/compile.txt |
176 | dynfilt/Makefile.PL | |
faa9b3e7 | 177 | win32.c Implements font support through Win32 GDI |