- added experimental EXIF decoding when reading JPEG files.
[imager.git] / MANIFEST
1 Changes
2 Imager.pm
3 Imager.xs
4 MANIFEST
5 META.yml        Module meta-data
6 Makefile.PL
7 README
8 bigtest.perl    Library selection tester
9 bmp.c           Reading and writing Windows BMP files
10 color.c         Color translation and handling
11 conv.c
12 convert.c
13 datatypes.c
14 datatypes.h
15 doco.perl
16 draw.c
17 draw.h
18 dynaload.c
19 dynaload.h
20 dynfilt/Makefile.PL
21 dynfilt/compile.txt
22 dynfilt/dt2.c
23 dynfilt/dt2.exp
24 dynfilt/dyntest.c
25 dynfilt/dyntest.exp
26 dynfilt/flines.c
27 dynfilt/flines.exp
28 dynfilt/mandelbrot.c
29 dynfilt/mandelbrot.exp
30 dynfilt/pluginst.h
31 errep.perl
32 error.c
33 ext.h
34 feat.c
35 feat.h
36 fills.c         Generic fills
37 filterlist.perl
38 filters.c
39 font.c
40 fontfiles/ExistenceTest.afm     please edit ExistenceTest.sfd in CVS
41 fontfiles/ExistenceTest.pfb     to change these files, edited and
42 fontfiles/ExistenceTest.ttf     generated using pfaedit
43 fontfiles/ImUgly.ttf
44 fontfiles/MMOne.pfb             multiple master test font
45 fontfiles/NameTest.ttf          test glyph_names() - see t38ft2font.t
46 fontfiles/dcr10.afm
47 fontfiles/dcr10.pfb
48 fontfiles/dodge.ttf
49 freetyp2.c      Implements freetype2 font support
50 gaussian.c
51 gif.c
52 hlines.c        Manage sets of horizontal line segments
53 image.c
54 image.h
55 imagei.h
56 imexif.c        Experimental JPEG EXIF decoding
57 imexif.h
58 img16.c
59 imgdouble.c     Implements double/sample images
60 imio.h
61 io.c
62 iolayer.c
63 iolayer.h
64 jpeg.c
65 lib/Imager/Color.pm
66 lib/Imager/Color/Float.pm
67 lib/Imager/Color/Table.pm
68 lib/Imager/Cookbook.pod
69 lib/Imager/Draw.pod
70 lib/Imager/Engines.pod
71 lib/Imager/Expr.pm
72 lib/Imager/Expr/Assem.pm
73 lib/Imager/Files.pod
74 lib/Imager/Fill.pm
75 lib/Imager/Filters.pod
76 lib/Imager/Font.pm
77 lib/Imager/Font/BBox.pm
78 lib/Imager/Font/FreeType2.pm
79 lib/Imager/Font/Image.pm
80 lib/Imager/Font/Truetype.pm
81 lib/Imager/Font/Type1.pm
82 lib/Imager/Font/Win32.pm
83 lib/Imager/Font/Wrap.pm
84 lib/Imager/Fountain.pm
85 lib/Imager/ImageTypes.pod
86 lib/Imager/Matrix2d.pm
87 lib/Imager/Regops.pm
88 lib/Imager/Transform.pm
89 lib/Imager/Transformations.pod
90 lib/Imager/Tutorial.pod
91 lib/Imager/interface.pod
92 lib/Imager/regmach.pod
93 limits.c
94 log.c
95 log.h
96 map.c
97 maskimg.c
98 palimg.c
99 plug.h
100 png.c
101 pnm.c
102 polygon.c
103 ppport.h
104 quant.c
105 raw.c
106 regmach.c
107 regmach.h
108 regops.perl
109 rgb.c           Reading and writing SGI rgb files
110 rotate.c
111 samples/README
112 samples/anaglyph.pl
113 samples/interleave.pl
114 samples/replace_color.pl
115 samples/samp-form.cgi
116 samples/samp-image.cgi
117 samples/samp-scale.cgi  Demonstrate image upload via a HTML form
118 samples/samp-scale.html Form for samp-scale.cgi
119 samples/samp-tags.cgi   Demonstrate image upload via a HTML form
120 samples/samp-tags.html  Form for samp-tags.cgi
121 spot.perl       For making an ordered dither matrix from a spot function
122 stackmach.c
123 stackmach.h
124 t/Test/Builder.pm
125 t/Test/More.pm
126 t/t00basic.t
127 t/t01introvert.t
128 t/t020masked.t
129 t/t021sixteen.t
130 t/t022double.t          Test double/sample images
131 t/t023palette.t         Test paletted images
132 t/t05error.t
133 t/t07iolayer.t
134 t/t1000files.t          Format independent file tests
135 t/t101jpeg.t
136 t/t102png.t
137 t/t103raw.t
138 t/t104ppm.t
139 t/t105gif.t
140 t/t106tiff.t
141 t/t107bmp.t
142 t/t108tga.t
143 t/t15color.t
144 t/t16matrix.t           Tests Imager::Matrix2d
145 t/t20fill.t             Tests fills
146 t/t21draw.t             Basic drawing tests
147 t/t30t1font.t
148 t/t35ttfont.t
149 t/t36oofont.t
150 t/t37w32font.t          Tests Win32 GDI font support
151 t/t38ft2font.t          Tests freetype2 support
152 t/t40scale.t
153 t/t50basicoo.t
154 t/t55trans.t
155 t/t56postfix.t
156 t/t57infix.t
157 t/t58trans2.t
158 t/t59assem.t
159 t/t60dyntest.t
160 t/t61filters.t
161 t/t64copyflip.t         Test copy, flip, rotate, matrix_transform
162 t/t65crop.t
163 t/t66paste.t
164 t/t67convert.t
165 t/t68map.t
166 t/t69rubthru.t
167 t/t70newgif.t
168 t/t75polyaa.t
169 t/t80texttools.t        Test text wrapping
170 t/t81hlines.t           Test hlines.c
171 t/t90cc.t
172 t/t91pod.t              Test POD with Test::Pod
173 t/testtools.pl
174 tags.c
175 testimg/bad1oflow.bmp   1-bit/pixel, overflow integer on 32-bit machines
176 testimg/bad1wid0.bmp    1-bit/pixel, zero width
177 testimg/bad24comp.bmp   24-bit/pixel, bad compression
178 testimg/bad24oflow.bmp  24-bit/pixel, overflow integer on 32-bit machines
179 testimg/bad24wid0.bmp   24-bit/pixel, 0 width
180 testimg/bad4oflow.bmp   4-bit/pixel, overflow integer on 32-bit machines
181 testimg/bad4wid0.bmp    4-bit/pixel, 0 width
182 testimg/bad4widbig.bmp  4-bit/pixel, large width
183 testimg/bad8comp.bmp    8-bit/pixel, bad compression
184 testimg/bad8oflow.bmp   8-bit/pixel, overflow integer on 32-bit machines
185 testimg/bad8useda.bmp   8-bit/pixel, bad colors used value
186 testimg/bad8wid0.bmp    8-bit/pixel, width 0
187 testimg/badbits.bmp     bad bits value in header
188 testimg/badcomp1.bmp    bad compression for 1-bit/pixel
189 testimg/badcomp4.bmp    bad compression for 4-bit/pixel
190 testimg/badplanes.bmp   bad planes value in header
191 testimg/badused1.bmp    1-bit/pixel, out of range colors used value
192 testimg/badused4a.bmp   4-bit/pixel, badly out of range used value (SEGV test)
193 testimg/badused4b.bmp   4-bit/pixel, just out of range used value (SEGV test)
194 testimg/bandw.gif
195 testimg/base.jpg        Base JPEG test image
196 testimg/comp4.bmp       Compressed 4-bit/pixel BMP
197 testimg/comp4.tif       4-bit/pixel paletted TIFF
198 testimg/comp4bad.tif    corrupted 4-bit/pixel paletted TIFF
199 testimg/comp8.bmp       Compressed 8-bit/pixel BMP
200 testimg/comp8.tif       8-bit/pixel paletted TIFF
201 testimg/exiftest.jpg    Test image for EXIF parsing
202 testimg/expected.gif
203 testimg/gimpgrad        A GIMP gradient file
204 testimg/junk.ppm
205 testimg/loccmap.gif
206 testimg/longid.tga      Test TGA with a long id string
207 testimg/maxval.ppm      For ppm file maxval handling
208 testimg/maxval_0.ppm
209 testimg/maxval_256.ppm
210 testimg/maxval_4095_asc.ppm
211 testimg/maxval_65536.ppm
212 testimg/maxval_asc.ppm
213 testimg/newgimpgrad.ggr Test GIMP Gradient file (newer type)
214 testimg/nocmap.gif
215 testimg/palette.png
216 testimg/palette_out.png
217 testimg/penguin-base.ppm
218 testimg/scale.gif
219 testimg/scale.ppm
220 testimg/scalei.gif
221 testimg/screen2.gif
222 testimg/screen3.gif
223 testimg/short1.bmp      1-bit/pixel, data missing from EOF
224 testimg/short24.bmp     24-bit/pixel, data missing from EOF
225 testimg/short4.bmp      truncated 4bit/pixel uncompressed BMP
226 testimg/short4rle.bmp   truncated 4bit/pixel compressed BMP
227 testimg/short8.bmp      8-bit/pixel, data missing from EOF
228 testimg/short8rle.bmp   8-bit/pixel compressed, data missing from EOF
229 testimg/simple.pbm
230 testimg/test_gimp_pal   A simple GIMP palette file
231 testimg/tiffwarn.tif    Generates a warning while being read
232 testimg/trimgdesc.gif
233 testimg/trmiddesc.gif
234 testimg/winrgb2.bmp  1-bit bmp base
235 testimg/winrgb24.bmp 24-bit bmp base
236 testimg/winrgb24off.bmp 24-bit bmp with image data offset from header
237 testimg/winrgb2off.bmp  1-bit bmp with image data offset from header
238 testimg/winrgb4.bmp  4-bit bmp base
239 testimg/winrgb4off.bmp  4-bit bmp with image data offset from header
240 testimg/winrgb8.bmp  8-bit bmp base
241 testimg/winrgb8off.bmp  8-bit bmp with image data offset from header
242 tga.c           Reading and writing Targa files
243 tiff.c
244 trans2.c
245 transform.perl  Shell interface to Imager::Transform
246 typemap
247 win32.c         Implements font support through Win32 GDI