Extra ways of calling translate(), shear()
[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
bd8052a6 78conv.im
f5991c03 79convert.c
662e3c02 80doco.perl
92bda632 81datatypes.c
d08b8f85
TC
82draw.c
83draw.h
662e3c02
TC
84dynaload.c
85dynaload.h
86dynfilt/Makefile.PL
87dynfilt/compile.txt
88dynfilt/dt2.c
89dynfilt/dt2.exp
90dynfilt/dyntest.c
91dynfilt/dyntest.exp
92dynfilt/flines.c
93dynfilt/flines.exp
94dynfilt/mandelbrot.c
95dynfilt/mandelbrot.exp
96dynfilt/pluginst.h
485cab1c 97dynfilt/t/t60dyntest.t Simple test script
662e3c02 98errep.perl
64549713 99error.c
662e3c02
TC
100ext.h
101feat.c
02d1d628 102feat.h
662e3c02
TC
103fills.c Generic fills
104filterlist.perl
bea65b1f 105filters.im
02d1d628 106font.c
3799c4d1
TC
107fontfiles/ExistenceTest.afm please edit ExistenceTest.sfd in CVS
108fontfiles/ExistenceTest.pfb to change these files, edited and
109fontfiles/ExistenceTest.ttf generated using pfaedit
a923fade 110fontfiles/ImUgly.ttf
3e882362 111fontfiles/MMOne.pfb multiple master test font
a4168bea 112fontfiles/NameTest.ttf test glyph_names() - see t38ft2font.t
5eebac42
TC
113fontfiles/SpaceTest.afm
114fontfiles/SpaceTest.pfb test bounding box with spaces in t30t1font.t
02d1d628
AMH
115fontfiles/dcr10.afm
116fontfiles/dcr10.pfb
117fontfiles/dodge.ttf
662e3c02 118freetyp2.c Implements freetype2 font support
73962964 119gaussian.im
662e3c02 120gif.c
a8652edf 121hlines.c Manage sets of horizontal line segments
662e3c02 122image.c
92bda632
TC
123imager.h
124imageri.h
125imdatatypes.h
af070d99 126imerror.h Error handling functions
92bda632
TC
127imext.c Defines the function table
128imext.h Included by external modules for API access
129imextdef.h
130imexttypes.h Define API function table type
f7450478
TC
131imexif.c Experimental JPEG EXIF decoding
132imexif.h
662e3c02
TC
133img16.c
134imgdouble.c Implements double/sample images
135imio.h
bea65b1f 136immacros.h
92bda632 137imperl.h
ca51e083 138imrender.h Buffer rending engine function declarations
fe415ad2 139imtoc.perl Sample size adapter pre-processor
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
faa9b3e7 173lib/Imager/Regops.pm
9a6ab99c 174lib/Imager/Test.pm
02d1d628 175lib/Imager/Transform.pm
662e3c02 176lib/Imager/Transformations.pod
985bda61 177lib/Imager/Tutorial.pod
662e3c02
TC
178lib/Imager/interface.pod
179lib/Imager/regmach.pod
1611d101 180limits.c
662e3c02
TC
181log.c
182log.h
183map.c
184maskimg.c
185palimg.c
186plug.h
187png.c
188pnm.c
189polygon.c
190ppport.h
191quant.c
192raw.c
193regmach.c
194regmach.h
195regops.perl
9c106321 196render.im
ca51e083 197rendert.h Buffer rendering engine types
662e3c02 198rotate.c
fe415ad2 199rubthru.im
12b1fac2 200samples/README
7d148aa3 201samples/align-string.pl Demonstrate align_string method.
12b1fac2 202samples/anaglyph.pl
7d148aa3 203samples/border.pl Demonstrate adding a border
dcda92cd 204samples/flasher.pl Animate an source image fading to a color and back
1cfa190e 205samples/gifscale.pl Scale an animated GIF, preserving animation info
c64eee30 206samples/inline_capture2image.pl convert captured BGR data to an image
7d148aa3 207samples/inline_replace_color.pl replace colors using Inline::C
12b1fac2 208samples/interleave.pl
3309187a 209samples/quad_to_square.pl Transform a quadrilateral into a square
7d148aa3 210samples/replace_color.pl replace colors using transform2()
1a19d068
TC
211samples/samp-form.cgi
212samples/samp-image.cgi
d2bd6dbc
TC
213samples/samp-scale.cgi Demonstrate image upload via a HTML form
214samples/samp-scale.html Form for samp-scale.cgi
215samples/samp-tags.cgi Demonstrate image upload via a HTML form
216samples/samp-tags.html Form for samp-tags.cgi
7d148aa3
TC
217samples/slant_text.pl Using $font->transform() to slant text
218samples/tk-photo.pl
a10945af 219scale.im Newer scaling code
662e3c02
TC
220spot.perl For making an ordered dither matrix from a spot function
221stackmach.c
222stackmach.h
b00687b2 223t/Pod/Coverage/Imager.pm
02d1d628 224t/t00basic.t
faa9b3e7
TC
225t/t01introvert.t
226t/t020masked.t
227t/t021sixteen.t
365ea842 228t/t022double.t Test double/sample images
1501d9b3 229t/t023palette.t Test paletted images
64549713 230t/t05error.t
38e6b53d 231t/t07iolayer.t
63e0dc02 232t/t1000files.t Format independent file tests
23aab92a
TC
233t/t101jpeg.t
234t/t102png.t
235t/t103raw.t
236t/t104ppm.t
237t/t105gif.t
238t/t106tiff.t
d08b8f85 239t/t107bmp.t
9f1d85cf 240t/t108tga.t
02d1d628 241t/t15color.t
9f1d85cf 242t/t16matrix.t Tests Imager::Matrix2d
efdc2568 243t/t20fill.t Tests fills
3a9a4241 244t/t21draw.t Basic drawing tests
02d1d628
AMH
245t/t30t1font.t
246t/t35ttfont.t
247t/t36oofont.t
faa9b3e7
TC
248t/t37w32font.t Tests Win32 GDI font support
249t/t38ft2font.t Tests freetype2 support
02d1d628
AMH
250t/t40scale.t
251t/t50basicoo.t
252t/t55trans.t
253t/t56postfix.t
254t/t57infix.t
255t/t58trans2.t
256t/t59assem.t
d08b8f85 257t/t61filters.t
9f1d85cf 258t/t64copyflip.t Test copy, flip, rotate, matrix_transform
02d1d628
AMH
259t/t65crop.t
260t/t66paste.t
efdc2568
TC
261t/t67convert.t
262t/t68map.t
faa9b3e7 263t/t69rubthru.t
02d1d628
AMH
264t/t70newgif.t
265t/t75polyaa.t
3799c4d1 266t/t80texttools.t Test text wrapping
a8652edf 267t/t81hlines.t Test hlines.c
92bda632 268t/t82inline.t Test Inline::C integration
02d1d628 269t/t90cc.t
dbb1064f 270t/t91pod.t Test POD with Test::Pod
7d148aa3 271t/t92samples.t
3f6f8a33 272t/t93podcover.t POD Coverage tests
042e9033 273t/t94kwalitee.t Various "kwalitee" tests
662e3c02 274t/testtools.pl
5daa8f70
TC
275t/tr18561.t Regression tests
276t/tr18561b.t
662e3c02 277tags.c
41cdb347 278testimg/209_yonge.jpg Regression test: #17981
bd8052a6 279testimg/alpha.tif Alpha scaling test image
662e3c02
TC
280testimg/bad1oflow.bmp 1-bit/pixel, overflow integer on 32-bit machines
281testimg/bad1wid0.bmp 1-bit/pixel, zero width
282testimg/bad24comp.bmp 24-bit/pixel, bad compression
283testimg/bad24oflow.bmp 24-bit/pixel, overflow integer on 32-bit machines
284testimg/bad24wid0.bmp 24-bit/pixel, 0 width
285testimg/bad4oflow.bmp 4-bit/pixel, overflow integer on 32-bit machines
286testimg/bad4wid0.bmp 4-bit/pixel, 0 width
287testimg/bad4widbig.bmp 4-bit/pixel, large width
288testimg/bad8comp.bmp 8-bit/pixel, bad compression
289testimg/bad8oflow.bmp 8-bit/pixel, overflow integer on 32-bit machines
290testimg/bad8useda.bmp 8-bit/pixel, bad colors used value
291testimg/bad8wid0.bmp 8-bit/pixel, width 0
292testimg/badbits.bmp bad bits value in header
293testimg/badcomp1.bmp bad compression for 1-bit/pixel
294testimg/badcomp4.bmp bad compression for 4-bit/pixel
bcff4dd9 295testimg/badindex.gif GIF with a bad color index
662e3c02
TC
296testimg/badplanes.bmp bad planes value in header
297testimg/badused1.bmp 1-bit/pixel, out of range colors used value
298testimg/badused4a.bmp 4-bit/pixel, badly out of range used value (SEGV test)
299testimg/badused4b.bmp 4-bit/pixel, just out of range used value (SEGV test)
ca51e083
TC
300testimg/bad_asc.pbm ASCII PBM with invalid image data
301testimg/bad_asc.pgm ASCII PGM with invalid image data
302testimg/bad_asc.ppm ASCII PPM with invalid image data
84324192 303testimg/bandw.gif
dbc33d8a 304testimg/base.jpg Base JPEG test image
6607600c 305testimg/comp4.bmp Compressed 4-bit/pixel BMP
5bb828f1
TC
306testimg/comp4.tif 4-bit/pixel paletted TIFF
307testimg/comp4bad.tif corrupted 4-bit/pixel paletted TIFF
bd8052a6 308testimg/comp4t.tif 4-bit/pixel paletted TIFF (tiled)
6607600c 309testimg/comp8.bmp Compressed 8-bit/pixel BMP
5bb828f1 310testimg/comp8.tif 8-bit/pixel paletted TIFF
f7450478 311testimg/exiftest.jpg Test image for EXIF parsing
84324192 312testimg/expected.gif
6607600c 313testimg/gimpgrad A GIMP gradient file
bd8052a6
TC
314testimg/gralpha.tif Grey alpha test image
315testimg/grey16.tif 16-bit/sample greyscale TIFF
316testimg/grey32.tif 32-bit/sample greyscale+alpha TIFF
317testimg/imager.pbm Test bi-level
318testimg/imager.tif Test bi-level
84324192
AMH
319testimg/junk.ppm
320testimg/loccmap.gif
7565a299 321testimg/longid.tga Test TGA with a long id string
1501d9b3 322testimg/maxval.ppm For ppm file maxval handling
8b695554
TC
323testimg/maxval_0.ppm
324testimg/maxval_256.ppm
325testimg/maxval_4095_asc.ppm
326testimg/maxval_65536.ppm
327testimg/maxval_asc.ppm
817ba871 328testimg/newgimpgrad.ggr Test GIMP Gradient file (newer type)
84324192
AMH
329testimg/nocmap.gif
330testimg/palette.png
331testimg/palette_out.png
332testimg/penguin-base.ppm
bd8052a6 333testimg/pengtile.tif Tiled tiff image, same as penguin-base.ppm
73497ab9 334testimg/pgm.pgm Simple pgm for testing the right sample is in the right place
bd8052a6
TC
335testimg/rgb16.tif 16-bit/sample RGB image - strips
336testimg/rgb16t.tif 16-bit/sample RGB image - tiled
02d1d628 337testimg/scale.gif
84324192 338testimg/scale.ppm
02d1d628 339testimg/scalei.gif
02ea5e47
TC
340testimg/scmyk.tif Simple CMYK TIFF image
341testimg/scmyk.jpg Simple CMYK JPEG image
a50608d2 342testimg/scmyka.tif CMYK with one alpha channel
bd8052a6 343testimg/scmyka16.tif CMYK with one alpha channel (16-bit)
a50608d2 344testimg/scmykaa.tif CMYK with 2 alpha channels
84324192 345testimg/screen2.gif
faa9b3e7 346testimg/screen3.gif
662e3c02
TC
347testimg/short1.bmp 1-bit/pixel, data missing from EOF
348testimg/short24.bmp 24-bit/pixel, data missing from EOF
349testimg/short4.bmp truncated 4bit/pixel uncompressed BMP
350testimg/short4rle.bmp truncated 4bit/pixel compressed BMP
351testimg/short8.bmp 8-bit/pixel, data missing from EOF
352testimg/short8rle.bmp 8-bit/pixel compressed, data missing from EOF
ca51e083
TC
353testimg/short_asc.pbm ASCII PBM with short image section
354testimg/short_asc.pgm ASCII PGM with short image section
355testimg/short_asc.ppm ASCII PPM with short image section
356testimg/short_bin.pbm Bin PBM with short image section
357testimg/short_bin.pgm Bin PGM with short image section
358testimg/short_bin.ppm Bin PPM with short image section
359testimg/short_bin16.pgm 16-bit Bin PGM with short image section
360testimg/short_bin16.ppm 16-bit Bin PPM with short image section
91492c5e 361testimg/simple.pbm
a50608d2
TC
362testimg/slab.tif Lab color image
363testimg/srgb.tif Simple RGB image
364testimg/srgba.tif RGB with one alpha
bd8052a6
TC
365testimg/srgba16.tif
366testimg/srgba32.tif
a50608d2 367testimg/srgbaa.tif RGB with 2 alpha
6607600c 368testimg/test_gimp_pal A simple GIMP palette file
ffeb4a67 369testimg/tiffwarn.tif Generates a warning while being read
84324192
AMH
370testimg/trimgdesc.gif
371testimg/trmiddesc.gif
403946c6
TC
372testimg/winrgb2.bmp 1-bit bmp base
373testimg/winrgb24.bmp 24-bit bmp base
374testimg/winrgb24off.bmp 24-bit bmp with image data offset from header
375testimg/winrgb2off.bmp 1-bit bmp with image data offset from header
376testimg/winrgb4.bmp 4-bit bmp base
377testimg/winrgb4off.bmp 4-bit bmp with image data offset from header
378testimg/winrgb8.bmp 8-bit bmp base
379testimg/winrgb8off.bmp 8-bit bmp with image data offset from header
0e457de9 380testimg/zerotype.jpg Image with a zero type entry in the EXIF data
662e3c02
TC
381tga.c Reading and writing Targa files
382tiff.c
383trans2.c
02d1d628 384transform.perl Shell interface to Imager::Transform
662e3c02 385typemap
faa9b3e7 386win32.c Implements font support through Win32 GDI