changed malloc to mymalloc in error.c and Added reading from scalars for all
[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
f76fcee8 66lib/Imager/Font/Win32.pm
6607600c 67lib/Imager/Fountain.pm
faa9b3e7
TC
68lib/Imager/interface.pod
69lib/Imager/Matrix2d.pm
70lib/Imager/regmach.pod
71lib/Imager/Regops.pm
02d1d628
AMH
72lib/Imager/Transform.pm
73t/t00basic.t
faa9b3e7
TC
74t/t01introvert.t
75t/t020masked.t
76t/t021sixteen.t
365ea842 77t/t022double.t Test double/sample images
64549713 78t/t05error.t
23aab92a
TC
79t/t101jpeg.t
80t/t102png.t
81t/t103raw.t
82t/t104ppm.t
83t/t105gif.t
84t/t106tiff.t
d08b8f85 85t/t107bmp.t
9f1d85cf 86t/t108tga.t
02d1d628 87t/t15color.t
9f1d85cf 88t/t16matrix.t Tests Imager::Matrix2d
efdc2568 89t/t20fill.t Tests fills
02d1d628
AMH
90t/t30t1font.t
91t/t35ttfont.t
92t/t36oofont.t
faa9b3e7
TC
93t/t37w32font.t Tests Win32 GDI font support
94t/t38ft2font.t Tests freetype2 support
02d1d628
AMH
95t/t40scale.t
96t/t50basicoo.t
97t/t55trans.t
98t/t56postfix.t
99t/t57infix.t
100t/t58trans2.t
101t/t59assem.t
102t/t60dyntest.t
d08b8f85 103t/t61filters.t
9f1d85cf 104t/t64copyflip.t Test copy, flip, rotate, matrix_transform
02d1d628
AMH
105t/t65crop.t
106t/t66paste.t
efdc2568
TC
107t/t67convert.t
108t/t68map.t
faa9b3e7 109t/t69rubthru.t
02d1d628
AMH
110t/t70newgif.t
111t/t75polyaa.t
112t/t90cc.t
84324192 113testimg/bandw.gif
6607600c
TC
114testimg/comp4.bmp Compressed 4-bit/pixel BMP
115testimg/comp8.bmp Compressed 8-bit/pixel BMP
84324192 116testimg/expected.gif
6607600c 117testimg/gimpgrad A GIMP gradient file
84324192
AMH
118testimg/junk.ppm
119testimg/loccmap.gif
120testimg/nocmap.gif
121testimg/palette.png
122testimg/palette_out.png
123testimg/penguin-base.ppm
02d1d628 124testimg/scale.gif
84324192 125testimg/scale.ppm
02d1d628 126testimg/scalei.gif
84324192 127testimg/screen2.gif
faa9b3e7 128testimg/screen3.gif
6607600c 129testimg/test_gimp_pal A simple GIMP palette file
84324192
AMH
130testimg/trimgdesc.gif
131testimg/trmiddesc.gif
02d1d628
AMH
132typemap
133dynaload.c
134dynaload.h
135ext.h
136plug.h
137filterlist.perl
138doco.perl
139errep.perl
140regops.perl
141spot.perl For making an ordered dither matrix from a spot function
02d1d628
AMH
142transform.perl Shell interface to Imager::Transform
143bigtest.perl Library selection tester
144dynfilt/pluginst.h
145dynfilt/dyntest.c
009e86ca 146dynfilt/dyntest.exp
02d1d628 147dynfilt/dt2.c
009e86ca 148dynfilt/dt2.exp
02d1d628 149dynfilt/mandelbrot.c
009e86ca 150dynfilt/mandelbrot.exp
02d1d628 151dynfilt/flines.c
009e86ca 152dynfilt/flines.exp
02d1d628
AMH
153dynfilt/compile.txt
154dynfilt/Makefile.PL
faa9b3e7 155win32.c Implements font support through Win32 GDI