]> git.imager.perl.org - imager.git/blame_incremental - MANIFEST
minor error handling in bmp.c
[imager.git] / MANIFEST
... / ...
CommitLineData
1Changes
2Imager.pm
3Imager.xs
4MANIFEST
5README
6Makefile.PL
7bmp.c Reading and writing Windows BMP files
8color.c Color translation and handling
9conv.c
10convert.c
11draw.c
12draw.h
13fills.c Generic fills
14map.c
15error.c
16gaussian.c
17ppport.h
18image.c
19image.h
20imagei.h
21datatypes.h
22datatypes.c
23feat.h
24img16.c
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
39freetyp2.c Implements freetype2 font support
40maskimg.c
41palimg.c
42regmach.c
43regmach.h
44rotate.c
45stackmach.c
46stackmach.h
47tags.c
48trans2.c
49iolayer.h
50iolayer.c
51fontfiles/dcr10.afm
52fontfiles/dcr10.pfb
53fontfiles/dodge.ttf
54lib/Imager/Color.pm
55lib/Imager/Color/Float.pm
56lib/Imager/Expr.pm
57lib/Imager/Expr/Assem.pm
58lib/Imager/Fill.pm
59lib/Imager/Font.pm
60lib/Imager/Font/Type1.pm
61lib/Imager/Font/Truetype.pm
62lib/Imager/Font/FreeType2.pm
63lib/Imager/Fountain.pm
64lib/Imager/interface.pod
65lib/Imager/Matrix2d.pm
66lib/Imager/regmach.pod
67lib/Imager/Regops.pm
68lib/Imager/Transform.pm
69t/t00basic.t
70t/t01introvert.t
71t/t020masked.t
72t/t021sixteen.t
73t/t05error.t
74t/t101jpeg.t
75t/t102png.t
76t/t103raw.t
77t/t104ppm.t
78t/t105gif.t
79t/t106tiff.t
80t/t107bmp.t
81t/t15color.t
82t/t20fill.t Tests fills
83t/t30t1font.t
84t/t35ttfont.t
85t/t36oofont.t
86t/t37w32font.t Tests Win32 GDI font support
87t/t38ft2font.t Tests freetype2 support
88t/t40scale.t
89t/t50basicoo.t
90t/t55trans.t
91t/t56postfix.t
92t/t57infix.t
93t/t58trans2.t
94t/t59assem.t
95t/t60dyntest.t
96t/t61filters.t
97t/t65crop.t
98t/t66paste.t
99t/t67convert.t
100t/t68map.t
101t/t69rubthru.t
102t/t70newgif.t
103t/t75polyaa.t
104t/t90cc.t
105testimg/bandw.gif
106testimg/comp4.bmp Compressed 4-bit/pixel BMP
107testimg/comp8.bmp Compressed 8-bit/pixel BMP
108testimg/expected.gif
109testimg/gimpgrad A GIMP gradient file
110testimg/junk.ppm
111testimg/loccmap.gif
112testimg/nocmap.gif
113testimg/palette.png
114testimg/palette_out.png
115testimg/penguin-base.ppm
116testimg/scale.gif
117testimg/scale.ppm
118testimg/scalei.gif
119testimg/screen2.gif
120testimg/screen3.gif
121testimg/test_gimp_pal A simple GIMP palette file
122testimg/trimgdesc.gif
123testimg/trmiddesc.gif
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
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
143win32.c Implements font support through Win32 GDI