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