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