yep, we need these
[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
02d1d628
AMH
26io.c
27io.h
28log.c
29log.h
30jpeg.c
31png.c
32gif.c
33tiff.c
34quant.c
35raw.c
36pnm.c
37filters.c
38feat.c
39font.c
faa9b3e7
TC
40freetyp2.c Implements freetype2 font support
41maskimg.c
42palimg.c
02d1d628
AMH
43regmach.c
44regmach.h
faa9b3e7 45rotate.c
02d1d628
AMH
46stackmach.c
47stackmach.h
faa9b3e7 48tags.c
02d1d628
AMH
49trans2.c
50iolayer.h
51iolayer.c
52fontfiles/dcr10.afm
53fontfiles/dcr10.pfb
54fontfiles/dodge.ttf
faa9b3e7
TC
55lib/Imager/Color.pm
56lib/Imager/Color/Float.pm
02d1d628
AMH
57lib/Imager/Expr.pm
58lib/Imager/Expr/Assem.pm
efdc2568 59lib/Imager/Fill.pm
02d1d628 60lib/Imager/Font.pm
faa9b3e7
TC
61lib/Imager/Font/Type1.pm
62lib/Imager/Font/Truetype.pm
63lib/Imager/Font/FreeType2.pm
6607600c 64lib/Imager/Fountain.pm
faa9b3e7
TC
65lib/Imager/interface.pod
66lib/Imager/Matrix2d.pm
67lib/Imager/regmach.pod
68lib/Imager/Regops.pm
02d1d628
AMH
69lib/Imager/Transform.pm
70t/t00basic.t
faa9b3e7
TC
71t/t01introvert.t
72t/t020masked.t
73t/t021sixteen.t
64549713 74t/t05error.t
23aab92a
TC
75t/t101jpeg.t
76t/t102png.t
77t/t103raw.t
78t/t104ppm.t
79t/t105gif.t
80t/t106tiff.t
d08b8f85 81t/t107bmp.t
02d1d628 82t/t15color.t
efdc2568 83t/t20fill.t Tests fills
02d1d628
AMH
84t/t30t1font.t
85t/t35ttfont.t
86t/t36oofont.t
faa9b3e7
TC
87t/t37w32font.t Tests Win32 GDI font support
88t/t38ft2font.t Tests freetype2 support
02d1d628
AMH
89t/t40scale.t
90t/t50basicoo.t
91t/t55trans.t
92t/t56postfix.t
93t/t57infix.t
94t/t58trans2.t
95t/t59assem.t
96t/t60dyntest.t
d08b8f85 97t/t61filters.t
02d1d628
AMH
98t/t65crop.t
99t/t66paste.t
efdc2568
TC
100t/t67convert.t
101t/t68map.t
faa9b3e7 102t/t69rubthru.t
02d1d628
AMH
103t/t70newgif.t
104t/t75polyaa.t
105t/t90cc.t
84324192 106testimg/bandw.gif
6607600c
TC
107testimg/comp4.bmp Compressed 4-bit/pixel BMP
108testimg/comp8.bmp Compressed 8-bit/pixel BMP
84324192 109testimg/expected.gif
6607600c 110testimg/gimpgrad A GIMP gradient file
84324192
AMH
111testimg/junk.ppm
112testimg/loccmap.gif
113testimg/nocmap.gif
114testimg/palette.png
115testimg/palette_out.png
116testimg/penguin-base.ppm
02d1d628 117testimg/scale.gif
84324192 118testimg/scale.ppm
02d1d628 119testimg/scalei.gif
84324192 120testimg/screen2.gif
faa9b3e7 121testimg/screen3.gif
6607600c 122testimg/test_gimp_pal A simple GIMP palette file
84324192
AMH
123testimg/trimgdesc.gif
124testimg/trmiddesc.gif
02d1d628
AMH
125typemap
126dynaload.c
127dynaload.h
128ext.h
129plug.h
130filterlist.perl
131doco.perl
132errep.perl
133regops.perl
134spot.perl For making an ordered dither matrix from a spot function
02d1d628
AMH
135transform.perl Shell interface to Imager::Transform
136bigtest.perl Library selection tester
137dynfilt/pluginst.h
138dynfilt/dyntest.c
139dynfilt/dt2.c
140dynfilt/mandelbrot.c
141dynfilt/flines.c
142dynfilt/compile.txt
143dynfilt/Makefile.PL
faa9b3e7 144win32.c Implements font support through Win32 GDI