commit changes from draw branch
[imager.git] / MANIFEST
CommitLineData
02d1d628 1Changes
ef99ecfc 2Changes.old Old changes
92bda632
TC
3CountColor/CountColor.pm sample XS access to API
4CountColor/CountColor.xs
5CountColor/Makefile.PL
6CountColor/t/t00countcolor.t
7DynTest/DynTest.pm simple conversion of the dyntest sample from dynfilt/
8DynTest/DynTest.xs
9DynTest/Makefile.PL
10DynTest/linstretch.c
11DynTest/t/t00dyntest.t
88666683
TC
12Flines/Flines.pm
13Flines/Flines.xs
14Flines/Makefile.PL
15Flines/t/t00flines.t
b00687b2
TC
16ICO/ICO.pm Windows Icon file support
17ICO/ICO.xs
18ICO/Makefile.PL
19ICO/imicon.c
20ICO/imicon.h
2b405c9e 21ICO/lib/Imager/File/CUR.pm
b00687b2
TC
22ICO/msicon.c
23ICO/msicon.h
24ICO/t/t10icon.t
25ICO/t/t20readone.t
26ICO/t/t21readmult.t
2b405c9e
TC
27ICO/t/t30cursor.t
28ICO/t/t40readcurone.t
29ICO/t/t41curmultread.t
30ICO/t/t50readfail.t
31ICO/t/t60writefail.t
32ICO/t/t70icosing.t
33ICO/t/t71icomult.t
34ICO/t/t72cursing.t
35ICO/t/t73curmult.t
b00687b2
TC
36ICO/testimg/combo.ico
37ICO/testimg/pal13232.ico
2b405c9e 38ICO/testimg/pal43232.cur
b00687b2
TC
39ICO/testimg/pal43232.ico
40ICO/testimg/pal43232.ppm
41ICO/testimg/pal83232.ico
42ICO/testimg/pal83232.ppm
43ICO/testimg/rgba3232.ico
44ICO/testimg/rgba3232.ppm
02d1d628
AMH
45Imager.pm
46Imager.xs
47MANIFEST
92bda632 48MANIFEST.SKIP
55932d2a 49META.yml Module meta-data
92bda632
TC
50Mandelbrot/Makefile.PL more complex filter
51Mandelbrot/Mandelbrot.pm
52Mandelbrot/Mandelbrot.xs
53Mandelbrot/mandel.c
54Mandelbrot/t/t00mandel.t
02d1d628 55Makefile.PL
662e3c02 56README
d5477d3d
TC
57SGI/Makefile.PL
58SGI/SGI.pm
59SGI/SGI.xs
60SGI/imsgi.c
bc36d84c 61SGI/imsgi.h
d5477d3d
TC
62SGI/t/00load.t
63SGI/t/10read.t
64SGI/t/20write.t
bc36d84c
TC
65SGI/testimg/rle.rgb
66SGI/testimg/rle12.rgb
67SGI/testimg/rle16.rgb
68SGI/testimg/rle6.rgb
69SGI/testimg/rleagr.rgb
70SGI/testimg/verb.rgb
71SGI/testimg/verb12.rgb
72SGI/testimg/verb16.rgb
73SGI/testimg/verb6.rgb
92bda632 74apidocs.perl Build lib/Imager/APIRef.pm
662e3c02 75bigtest.perl Library selection tester
efdc2568 76bmp.c Reading and writing Windows BMP files
6607600c 77color.c Color translation and handling
9b1ec2b8 78compose.im
bd8052a6 79conv.im
f5991c03 80convert.c
662e3c02 81doco.perl
92bda632 82datatypes.c
d08b8f85
TC
83draw.c
84draw.h
662e3c02
TC
85dynaload.c
86dynaload.h
87dynfilt/Makefile.PL
88dynfilt/compile.txt
89dynfilt/dt2.c
90dynfilt/dt2.exp
91dynfilt/dyntest.c
92dynfilt/dyntest.exp
93dynfilt/flines.c
94dynfilt/flines.exp
95dynfilt/mandelbrot.c
96dynfilt/mandelbrot.exp
97dynfilt/pluginst.h
485cab1c 98dynfilt/t/t60dyntest.t Simple test script
662e3c02 99errep.perl
64549713 100error.c
662e3c02
TC
101ext.h
102feat.c
02d1d628 103feat.h
662e3c02
TC
104fills.c Generic fills
105filterlist.perl
bea65b1f 106filters.im
02d1d628 107font.c
3799c4d1
TC
108fontfiles/ExistenceTest.afm please edit ExistenceTest.sfd in CVS
109fontfiles/ExistenceTest.pfb to change these files, edited and
110fontfiles/ExistenceTest.ttf generated using pfaedit
a923fade 111fontfiles/ImUgly.ttf
3e882362 112fontfiles/MMOne.pfb multiple master test font
a4168bea 113fontfiles/NameTest.ttf test glyph_names() - see t38ft2font.t
5eebac42
TC
114fontfiles/SpaceTest.afm
115fontfiles/SpaceTest.pfb test bounding box with spaces in t30t1font.t
02d1d628
AMH
116fontfiles/dcr10.afm
117fontfiles/dcr10.pfb
118fontfiles/dodge.ttf
662e3c02 119freetyp2.c Implements freetype2 font support
73962964 120gaussian.im
662e3c02 121gif.c
a8652edf 122hlines.c Manage sets of horizontal line segments
662e3c02 123image.c
92bda632
TC
124imager.h
125imageri.h
126imdatatypes.h
af070d99 127imerror.h Error handling functions
92bda632
TC
128imext.c Defines the function table
129imext.h Included by external modules for API access
130imextdef.h
131imexttypes.h Define API function table type
f7450478
TC
132imexif.c Experimental JPEG EXIF decoding
133imexif.h
662e3c02
TC
134img16.c
135imgdouble.c Implements double/sample images
136imio.h
bea65b1f 137immacros.h
92bda632 138imperl.h
ca51e083 139imrender.h Buffer rending engine function declarations
662e3c02
TC
140io.c
141iolayer.c
142iolayer.h
0778adbf 143iolayert.h IO layer types
662e3c02 144jpeg.c
2a69ed21
TC
145lib/Imager/API.pod
146lib/Imager/APIRef.pod API function reference
faa9b3e7
TC
147lib/Imager/Color.pm
148lib/Imager/Color/Float.pm
1c00d65b 149lib/Imager/Color/Table.pm
f8979de1 150lib/Imager/Cookbook.pod
662e3c02
TC
151lib/Imager/Draw.pod
152lib/Imager/Engines.pod
92bda632 153lib/Imager/ExtUtils.pm
02d1d628
AMH
154lib/Imager/Expr.pm
155lib/Imager/Expr/Assem.pm
cdd7bda9 156lib/Imager/Files.pod
efdc2568 157lib/Imager/Fill.pm
662e3c02 158lib/Imager/Filters.pod
02d1d628 159lib/Imager/Font.pm
3799c4d1 160lib/Imager/Font/BBox.pm
faa9b3e7 161lib/Imager/Font/FreeType2.pm
662e3c02
TC
162lib/Imager/Font/Image.pm
163lib/Imager/Font/Truetype.pm
164lib/Imager/Font/Type1.pm
f76fcee8 165lib/Imager/Font/Win32.pm
3799c4d1 166lib/Imager/Font/Wrap.pm
6607600c 167lib/Imager/Fountain.pm
d5556805 168lib/Imager/Handy.pod
662e3c02 169lib/Imager/ImageTypes.pod
92bda632 170lib/Imager/Inline.pod Using Imager with Inline::C
e92cd504 171lib/Imager/LargeSamples.pod Track large sample support
faa9b3e7 172lib/Imager/Matrix2d.pm
9b1ec2b8 173lib/Imager/Preprocess.pm
faa9b3e7 174lib/Imager/Regops.pm
9a6ab99c 175lib/Imager/Test.pm
02d1d628 176lib/Imager/Transform.pm
662e3c02 177lib/Imager/Transformations.pod
985bda61 178lib/Imager/Tutorial.pod
662e3c02
TC
179lib/Imager/interface.pod
180lib/Imager/regmach.pod
1611d101 181limits.c
662e3c02
TC
182log.c
183log.h
184map.c
185maskimg.c
186palimg.c
9b1ec2b8 187paste.im
662e3c02
TC
188plug.h
189png.c
190pnm.c
191polygon.c
192ppport.h
193quant.c
194raw.c
195regmach.c
196regmach.h
197regops.perl
9c106321 198render.im
ca51e083 199rendert.h Buffer rendering engine types
662e3c02 200rotate.c
fe415ad2 201rubthru.im
12b1fac2 202samples/README
7d148aa3 203samples/align-string.pl Demonstrate align_string method.
12b1fac2 204samples/anaglyph.pl
7d148aa3 205samples/border.pl Demonstrate adding a border
dcda92cd 206samples/flasher.pl Animate an source image fading to a color and back
1cfa190e 207samples/gifscale.pl Scale an animated GIF, preserving animation info
c64eee30 208samples/inline_capture2image.pl convert captured BGR data to an image
7d148aa3 209samples/inline_replace_color.pl replace colors using Inline::C
12b1fac2 210samples/interleave.pl
3309187a 211samples/quad_to_square.pl Transform a quadrilateral into a square
7d148aa3 212samples/replace_color.pl replace colors using transform2()
1a19d068
TC
213samples/samp-form.cgi
214samples/samp-image.cgi
d2bd6dbc
TC
215samples/samp-scale.cgi Demonstrate image upload via a HTML form
216samples/samp-scale.html Form for samp-scale.cgi
217samples/samp-tags.cgi Demonstrate image upload via a HTML form
218samples/samp-tags.html Form for samp-tags.cgi
7d148aa3
TC
219samples/slant_text.pl Using $font->transform() to slant text
220samples/tk-photo.pl
a10945af 221scale.im Newer scaling code
662e3c02
TC
222spot.perl For making an ordered dither matrix from a spot function
223stackmach.c
224stackmach.h
b00687b2 225t/Pod/Coverage/Imager.pm
02d1d628 226t/t00basic.t
faa9b3e7
TC
227t/t01introvert.t
228t/t020masked.t
229t/t021sixteen.t
365ea842 230t/t022double.t Test double/sample images
1501d9b3 231t/t023palette.t Test paletted images
64549713 232t/t05error.t
38e6b53d 233t/t07iolayer.t
63e0dc02 234t/t1000files.t Format independent file tests
23aab92a
TC
235t/t101jpeg.t
236t/t102png.t
237t/t103raw.t
238t/t104ppm.t
239t/t105gif.t
240t/t106tiff.t
d08b8f85 241t/t107bmp.t
9f1d85cf 242t/t108tga.t
02d1d628 243t/t15color.t
9f1d85cf 244t/t16matrix.t Tests Imager::Matrix2d
efdc2568 245t/t20fill.t Tests fills
3a9a4241 246t/t21draw.t Basic drawing tests
02d1d628
AMH
247t/t30t1font.t
248t/t35ttfont.t
249t/t36oofont.t
faa9b3e7
TC
250t/t37w32font.t Tests Win32 GDI font support
251t/t38ft2font.t Tests freetype2 support
02d1d628
AMH
252t/t40scale.t
253t/t50basicoo.t
254t/t55trans.t
255t/t56postfix.t
256t/t57infix.t
257t/t58trans2.t
258t/t59assem.t
d08b8f85 259t/t61filters.t
9f1d85cf 260t/t64copyflip.t Test copy, flip, rotate, matrix_transform
02d1d628
AMH
261t/t65crop.t
262t/t66paste.t
efdc2568
TC
263t/t67convert.t
264t/t68map.t
faa9b3e7 265t/t69rubthru.t
02d1d628
AMH
266t/t70newgif.t
267t/t75polyaa.t
3799c4d1 268t/t80texttools.t Test text wrapping
a8652edf 269t/t81hlines.t Test hlines.c
92bda632 270t/t82inline.t Test Inline::C integration
02d1d628 271t/t90cc.t
dbb1064f 272t/t91pod.t Test POD with Test::Pod
7d148aa3 273t/t92samples.t
3f6f8a33 274t/t93podcover.t POD Coverage tests
042e9033 275t/t94kwalitee.t Various "kwalitee" tests
662e3c02 276t/testtools.pl
5daa8f70
TC
277t/tr18561.t Regression tests
278t/tr18561b.t
662e3c02 279tags.c
41cdb347 280testimg/209_yonge.jpg Regression test: #17981
bd8052a6 281testimg/alpha.tif Alpha scaling test image
662e3c02
TC
282testimg/bad1oflow.bmp 1-bit/pixel, overflow integer on 32-bit machines
283testimg/bad1wid0.bmp 1-bit/pixel, zero width
284testimg/bad24comp.bmp 24-bit/pixel, bad compression
285testimg/bad24oflow.bmp 24-bit/pixel, overflow integer on 32-bit machines
286testimg/bad24wid0.bmp 24-bit/pixel, 0 width
287testimg/bad4oflow.bmp 4-bit/pixel, overflow integer on 32-bit machines
288testimg/bad4wid0.bmp 4-bit/pixel, 0 width
289testimg/bad4widbig.bmp 4-bit/pixel, large width
290testimg/bad8comp.bmp 8-bit/pixel, bad compression
291testimg/bad8oflow.bmp 8-bit/pixel, overflow integer on 32-bit machines
292testimg/bad8useda.bmp 8-bit/pixel, bad colors used value
293testimg/bad8wid0.bmp 8-bit/pixel, width 0
294testimg/badbits.bmp bad bits value in header
295testimg/badcomp1.bmp bad compression for 1-bit/pixel
296testimg/badcomp4.bmp bad compression for 4-bit/pixel
bcff4dd9 297testimg/badindex.gif GIF with a bad color index
662e3c02
TC
298testimg/badplanes.bmp bad planes value in header
299testimg/badused1.bmp 1-bit/pixel, out of range colors used value
300testimg/badused4a.bmp 4-bit/pixel, badly out of range used value (SEGV test)
301testimg/badused4b.bmp 4-bit/pixel, just out of range used value (SEGV test)
ca51e083
TC
302testimg/bad_asc.pbm ASCII PBM with invalid image data
303testimg/bad_asc.pgm ASCII PGM with invalid image data
304testimg/bad_asc.ppm ASCII PPM with invalid image data
84324192 305testimg/bandw.gif
dbc33d8a 306testimg/base.jpg Base JPEG test image
6607600c 307testimg/comp4.bmp Compressed 4-bit/pixel BMP
5bb828f1
TC
308testimg/comp4.tif 4-bit/pixel paletted TIFF
309testimg/comp4bad.tif corrupted 4-bit/pixel paletted TIFF
bd8052a6 310testimg/comp4t.tif 4-bit/pixel paletted TIFF (tiled)
6607600c 311testimg/comp8.bmp Compressed 8-bit/pixel BMP
5bb828f1 312testimg/comp8.tif 8-bit/pixel paletted TIFF
f7450478 313testimg/exiftest.jpg Test image for EXIF parsing
84324192 314testimg/expected.gif
6607600c 315testimg/gimpgrad A GIMP gradient file
bd8052a6
TC
316testimg/gralpha.tif Grey alpha test image
317testimg/grey16.tif 16-bit/sample greyscale TIFF
318testimg/grey32.tif 32-bit/sample greyscale+alpha TIFF
319testimg/imager.pbm Test bi-level
320testimg/imager.tif Test bi-level
84324192
AMH
321testimg/junk.ppm
322testimg/loccmap.gif
7565a299 323testimg/longid.tga Test TGA with a long id string
1501d9b3 324testimg/maxval.ppm For ppm file maxval handling
8b695554
TC
325testimg/maxval_0.ppm
326testimg/maxval_256.ppm
327testimg/maxval_4095_asc.ppm
328testimg/maxval_65536.ppm
329testimg/maxval_asc.ppm
817ba871 330testimg/newgimpgrad.ggr Test GIMP Gradient file (newer type)
84324192
AMH
331testimg/nocmap.gif
332testimg/palette.png
333testimg/palette_out.png
334testimg/penguin-base.ppm
bd8052a6 335testimg/pengtile.tif Tiled tiff image, same as penguin-base.ppm
73497ab9 336testimg/pgm.pgm Simple pgm for testing the right sample is in the right place
bd8052a6
TC
337testimg/rgb16.tif 16-bit/sample RGB image - strips
338testimg/rgb16t.tif 16-bit/sample RGB image - tiled
02d1d628 339testimg/scale.gif
84324192 340testimg/scale.ppm
02d1d628 341testimg/scalei.gif
02ea5e47
TC
342testimg/scmyk.tif Simple CMYK TIFF image
343testimg/scmyk.jpg Simple CMYK JPEG image
a50608d2 344testimg/scmyka.tif CMYK with one alpha channel
bd8052a6 345testimg/scmyka16.tif CMYK with one alpha channel (16-bit)
a50608d2 346testimg/scmykaa.tif CMYK with 2 alpha channels
84324192 347testimg/screen2.gif
faa9b3e7 348testimg/screen3.gif
662e3c02
TC
349testimg/short1.bmp 1-bit/pixel, data missing from EOF
350testimg/short24.bmp 24-bit/pixel, data missing from EOF
351testimg/short4.bmp truncated 4bit/pixel uncompressed BMP
352testimg/short4rle.bmp truncated 4bit/pixel compressed BMP
353testimg/short8.bmp 8-bit/pixel, data missing from EOF
354testimg/short8rle.bmp 8-bit/pixel compressed, data missing from EOF
ca51e083
TC
355testimg/short_asc.pbm ASCII PBM with short image section
356testimg/short_asc.pgm ASCII PGM with short image section
357testimg/short_asc.ppm ASCII PPM with short image section
358testimg/short_bin.pbm Bin PBM with short image section
359testimg/short_bin.pgm Bin PGM with short image section
360testimg/short_bin.ppm Bin PPM with short image section
361testimg/short_bin16.pgm 16-bit Bin PGM with short image section
362testimg/short_bin16.ppm 16-bit Bin PPM with short image section
91492c5e 363testimg/simple.pbm
a50608d2
TC
364testimg/slab.tif Lab color image
365testimg/srgb.tif Simple RGB image
366testimg/srgba.tif RGB with one alpha
bd8052a6
TC
367testimg/srgba16.tif
368testimg/srgba32.tif
a50608d2 369testimg/srgbaa.tif RGB with 2 alpha
6607600c 370testimg/test_gimp_pal A simple GIMP palette file
ffeb4a67 371testimg/tiffwarn.tif Generates a warning while being read
84324192
AMH
372testimg/trimgdesc.gif
373testimg/trmiddesc.gif
403946c6
TC
374testimg/winrgb2.bmp 1-bit bmp base
375testimg/winrgb24.bmp 24-bit bmp base
376testimg/winrgb24off.bmp 24-bit bmp with image data offset from header
377testimg/winrgb2off.bmp 1-bit bmp with image data offset from header
378testimg/winrgb4.bmp 4-bit bmp base
379testimg/winrgb4off.bmp 4-bit bmp with image data offset from header
380testimg/winrgb8.bmp 8-bit bmp base
381testimg/winrgb8off.bmp 8-bit bmp with image data offset from header
0e457de9 382testimg/zerotype.jpg Image with a zero type entry in the EXIF data
662e3c02
TC
383tga.c Reading and writing Targa files
384tiff.c
385trans2.c
02d1d628 386transform.perl Shell interface to Imager::Transform
662e3c02 387typemap
faa9b3e7 388win32.c Implements font support through Win32 GDI