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