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