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