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 |
6607600c | 9 | color.c Color translation and handling |
02d1d628 | 10 | conv.c |
f5991c03 | 11 | convert.c |
d08b8f85 | 12 | draw.c |
9982a307 | 13 | polygon.c |
d08b8f85 | 14 | draw.h |
f1ac5027 | 15 | fills.c Generic fills |
2df3535a | 16 | map.c |
64549713 | 17 | error.c |
02d1d628 AMH |
18 | gaussian.c |
19 | ppport.h | |
20 | image.c | |
21 | image.h | |
faa9b3e7 | 22 | imagei.h |
02d1d628 AMH |
23 | datatypes.h |
24 | datatypes.c | |
25 | feat.h | |
faa9b3e7 | 26 | img16.c |
365ea842 | 27 | imgdouble.c Implements double/sample images |
02d1d628 AMH |
28 | io.c |
29 | io.h | |
30 | log.c | |
31 | log.h | |
32 | jpeg.c | |
33 | png.c | |
34 | gif.c | |
35 | tiff.c | |
36 | quant.c | |
37 | raw.c | |
38 | pnm.c | |
39 | filters.c | |
40 | feat.c | |
41 | font.c | |
faa9b3e7 TC |
42 | freetyp2.c Implements freetype2 font support |
43 | maskimg.c | |
44 | palimg.c | |
02d1d628 AMH |
45 | regmach.c |
46 | regmach.h | |
faa9b3e7 | 47 | rotate.c |
02d1d628 AMH |
48 | stackmach.c |
49 | stackmach.h | |
faa9b3e7 | 50 | tags.c |
02d1d628 AMH |
51 | trans2.c |
52 | iolayer.h | |
53 | iolayer.c | |
a923fade | 54 | fontfiles/ImUgly.ttf |
02d1d628 AMH |
55 | fontfiles/dcr10.afm |
56 | fontfiles/dcr10.pfb | |
57 | fontfiles/dodge.ttf | |
faa9b3e7 TC |
58 | lib/Imager/Color.pm |
59 | lib/Imager/Color/Float.pm | |
02d1d628 AMH |
60 | lib/Imager/Expr.pm |
61 | lib/Imager/Expr/Assem.pm | |
efdc2568 | 62 | lib/Imager/Fill.pm |
02d1d628 | 63 | lib/Imager/Font.pm |
faa9b3e7 TC |
64 | lib/Imager/Font/Type1.pm |
65 | lib/Imager/Font/Truetype.pm | |
66 | lib/Imager/Font/FreeType2.pm | |
f76fcee8 | 67 | lib/Imager/Font/Win32.pm |
6607600c | 68 | lib/Imager/Fountain.pm |
faa9b3e7 TC |
69 | lib/Imager/interface.pod |
70 | lib/Imager/Matrix2d.pm | |
71 | lib/Imager/regmach.pod | |
72 | lib/Imager/Regops.pm | |
02d1d628 AMH |
73 | lib/Imager/Transform.pm |
74 | t/t00basic.t | |
faa9b3e7 TC |
75 | t/t01introvert.t |
76 | t/t020masked.t | |
77 | t/t021sixteen.t | |
365ea842 | 78 | t/t022double.t Test double/sample images |
64549713 | 79 | t/t05error.t |
38e6b53d | 80 | t/t07iolayer.t |
23aab92a TC |
81 | t/t101jpeg.t |
82 | t/t102png.t | |
83 | t/t103raw.t | |
84 | t/t104ppm.t | |
85 | t/t105gif.t | |
86 | t/t106tiff.t | |
d08b8f85 | 87 | t/t107bmp.t |
9f1d85cf | 88 | t/t108tga.t |
02d1d628 | 89 | t/t15color.t |
9f1d85cf | 90 | t/t16matrix.t Tests Imager::Matrix2d |
efdc2568 | 91 | t/t20fill.t Tests fills |
02d1d628 AMH |
92 | t/t30t1font.t |
93 | t/t35ttfont.t | |
94 | t/t36oofont.t | |
faa9b3e7 TC |
95 | t/t37w32font.t Tests Win32 GDI font support |
96 | t/t38ft2font.t Tests freetype2 support | |
02d1d628 AMH |
97 | t/t40scale.t |
98 | t/t50basicoo.t | |
99 | t/t55trans.t | |
100 | t/t56postfix.t | |
101 | t/t57infix.t | |
102 | t/t58trans2.t | |
103 | t/t59assem.t | |
104 | t/t60dyntest.t | |
d08b8f85 | 105 | t/t61filters.t |
9f1d85cf | 106 | t/t64copyflip.t Test copy, flip, rotate, matrix_transform |
02d1d628 AMH |
107 | t/t65crop.t |
108 | t/t66paste.t | |
efdc2568 TC |
109 | t/t67convert.t |
110 | t/t68map.t | |
faa9b3e7 | 111 | t/t69rubthru.t |
02d1d628 AMH |
112 | t/t70newgif.t |
113 | t/t75polyaa.t | |
114 | t/t90cc.t | |
84324192 | 115 | testimg/bandw.gif |
6607600c TC |
116 | testimg/comp4.bmp Compressed 4-bit/pixel BMP |
117 | testimg/comp8.bmp Compressed 8-bit/pixel BMP | |
84324192 | 118 | testimg/expected.gif |
6607600c | 119 | testimg/gimpgrad A GIMP gradient file |
84324192 AMH |
120 | testimg/junk.ppm |
121 | testimg/loccmap.gif | |
122 | testimg/nocmap.gif | |
123 | testimg/palette.png | |
124 | testimg/palette_out.png | |
125 | testimg/penguin-base.ppm | |
02d1d628 | 126 | testimg/scale.gif |
84324192 | 127 | testimg/scale.ppm |
02d1d628 | 128 | testimg/scalei.gif |
84324192 | 129 | testimg/screen2.gif |
faa9b3e7 | 130 | testimg/screen3.gif |
6607600c | 131 | testimg/test_gimp_pal A simple GIMP palette file |
84324192 AMH |
132 | testimg/trimgdesc.gif |
133 | testimg/trmiddesc.gif | |
02d1d628 AMH |
134 | typemap |
135 | dynaload.c | |
136 | dynaload.h | |
137 | ext.h | |
138 | plug.h | |
139 | filterlist.perl | |
140 | doco.perl | |
141 | errep.perl | |
142 | regops.perl | |
143 | spot.perl For making an ordered dither matrix from a spot function | |
02d1d628 AMH |
144 | transform.perl Shell interface to Imager::Transform |
145 | bigtest.perl Library selection tester | |
146 | dynfilt/pluginst.h | |
147 | dynfilt/dyntest.c | |
009e86ca | 148 | dynfilt/dyntest.exp |
02d1d628 | 149 | dynfilt/dt2.c |
009e86ca | 150 | dynfilt/dt2.exp |
02d1d628 | 151 | dynfilt/mandelbrot.c |
009e86ca | 152 | dynfilt/mandelbrot.exp |
02d1d628 | 153 | dynfilt/flines.c |
009e86ca | 154 | dynfilt/flines.exp |
02d1d628 AMH |
155 | dynfilt/compile.txt |
156 | dynfilt/Makefile.PL | |
faa9b3e7 | 157 | win32.c Implements font support through Win32 GDI |