]> git.imager.perl.org - imager.git/blame_incremental - MANIFEST
- the pnm reader read maxval for ppm/pgm files and then ignored it,
[imager.git] / MANIFEST
... / ...
CommitLineData
1Changes
2Imager.pm
3Imager.xs
4MANIFEST
5README
6Makefile.PL
7bmp.c Reading and writing Windows BMP files
8tga.c Reading and writing Targa files
9rgb.c Reading and writing SGI rgb files
10color.c Color translation and handling
11conv.c
12convert.c
13draw.c
14polygon.c
15draw.h
16fills.c Generic fills
17map.c
18error.c
19gaussian.c
20ppport.h
21image.c
22image.h
23imagei.h
24datatypes.h
25datatypes.c
26feat.h
27img16.c
28imgdouble.c Implements double/sample images
29io.c
30io.h
31log.c
32log.h
33jpeg.c
34png.c
35gif.c
36tiff.c
37quant.c
38raw.c
39pnm.c
40filters.c
41feat.c
42font.c
43freetyp2.c Implements freetype2 font support
44maskimg.c
45palimg.c
46regmach.c
47regmach.h
48rotate.c
49stackmach.c
50stackmach.h
51tags.c
52trans2.c
53iolayer.h
54iolayer.c
55fontfiles/ExistenceTest.afm please edit ExistenceTest.sfd in CVS
56fontfiles/ExistenceTest.pfb to change these files, edited and
57fontfiles/ExistenceTest.ttf generated using pfaedit
58fontfiles/ImUgly.ttf
59fontfiles/dcr10.afm
60fontfiles/dcr10.pfb
61fontfiles/dodge.ttf
62lib/Imager/Color.pm
63lib/Imager/Color/Float.pm
64lib/Imager/Expr.pm
65lib/Imager/Expr/Assem.pm
66lib/Imager/Files.pod
67lib/Imager/Draw.pod
68lib/Imager/Transformations.pod
69lib/Imager/ImageTypes.pod
70lib/Imager/Filters.pod
71lib/Imager/Engines.pod
72lib/Imager/Fill.pm
73lib/Imager/Font.pm
74lib/Imager/Font/BBox.pm
75lib/Imager/Font/Type1.pm
76lib/Imager/Font/Truetype.pm
77lib/Imager/Font/FreeType2.pm
78lib/Imager/Font/Win32.pm
79lib/Imager/Font/Wrap.pm
80lib/Imager/Font/Image.pm
81lib/Imager/Fountain.pm
82lib/Imager/interface.pod
83lib/Imager/Matrix2d.pm
84lib/Imager/regmach.pod
85lib/Imager/Regops.pm
86lib/Imager/Transform.pm
87t/testtools.pl
88t/t00basic.t
89t/t01introvert.t
90t/t020masked.t
91t/t021sixteen.t
92t/t022double.t Test double/sample images
93t/t05error.t
94t/t07iolayer.t
95t/t101jpeg.t
96t/t102png.t
97t/t103raw.t
98t/t104ppm.t
99t/t105gif.t
100t/t106tiff.t
101t/t107bmp.t
102t/t108tga.t
103t/t15color.t
104t/t16matrix.t Tests Imager::Matrix2d
105t/t20fill.t Tests fills
106t/t21draw.t Basic drawing tests
107t/t30t1font.t
108t/t35ttfont.t
109t/t36oofont.t
110t/t37w32font.t Tests Win32 GDI font support
111t/t38ft2font.t Tests freetype2 support
112t/t40scale.t
113t/t50basicoo.t
114t/t55trans.t
115t/t56postfix.t
116t/t57infix.t
117t/t58trans2.t
118t/t59assem.t
119t/t60dyntest.t
120t/t61filters.t
121t/t64copyflip.t Test copy, flip, rotate, matrix_transform
122t/t65crop.t
123t/t66paste.t
124t/t67convert.t
125t/t68map.t
126t/t69rubthru.t
127t/t70newgif.t
128t/t75polyaa.t
129t/t80texttools.t Test text wrapping
130t/t90cc.t
131testimg/bandw.gif
132testimg/comp4.bmp Compressed 4-bit/pixel BMP
133testimg/comp4.tif 4-bit/pixel paletted TIFF
134testimg/comp4bad.tif corrupted 4-bit/pixel paletted TIFF
135testimg/comp8.bmp Compressed 8-bit/pixel BMP
136testimg/comp8.tif 8-bit/pixel paletted TIFF
137testimg/expected.gif
138testimg/gimpgrad A GIMP gradient file
139testimg/junk.ppm
140testimg/loccmap.gif
141testimg/maxval.ppm
142testimg/maxval_0.ppm
143testimg/maxval_256.ppm
144testimg/maxval_4095_asc.ppm
145testimg/maxval_65536.ppm
146testimg/maxval_asc.ppm
147testimg/nocmap.gif
148testimg/palette.png
149testimg/palette_out.png
150testimg/penguin-base.ppm
151testimg/scale.gif
152testimg/scale.ppm
153testimg/scalei.gif
154testimg/screen2.gif
155testimg/screen3.gif
156testimg/simple.pbm
157testimg/test_gimp_pal A simple GIMP palette file
158testimg/trimgdesc.gif
159testimg/trmiddesc.gif
160typemap
161dynaload.c
162dynaload.h
163ext.h
164plug.h
165filterlist.perl
166doco.perl
167errep.perl
168regops.perl
169spot.perl For making an ordered dither matrix from a spot function
170transform.perl Shell interface to Imager::Transform
171bigtest.perl Library selection tester
172dynfilt/pluginst.h
173dynfilt/dyntest.c
174dynfilt/dyntest.exp
175dynfilt/dt2.c
176dynfilt/dt2.exp
177dynfilt/mandelbrot.c
178dynfilt/mandelbrot.exp
179dynfilt/flines.c
180dynfilt/flines.exp
181dynfilt/compile.txt
182dynfilt/Makefile.PL
183win32.c Implements font support through Win32 GDI