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