]> git.imager.perl.org - imager.git/blob - MANIFEST
implement fountain fills similar to most paint programs
[imager.git] / MANIFEST
1 Changes
2 Imager.pm
3 Imager.xs
4 MANIFEST
5 README
6 Makefile.PL
7 bmp.c
8 color.c         Color translation and handling
9 conv.c
10 convert.c
11 draw.c
12 draw.h
13 map.c
14 error.c
15 gaussian.c
16 ppport.h
17 image.c
18 image.h
19 imagei.h
20 datatypes.h
21 datatypes.c
22 feat.h
23 img16.c
24 io.c
25 io.h
26 log.c
27 log.h
28 jpeg.c
29 png.c
30 gif.c
31 tiff.c
32 quant.c
33 raw.c
34 pnm.c
35 filters.c
36 feat.c
37 font.c
38 freetyp2.c      Implements freetype2 font support
39 maskimg.c
40 palimg.c
41 regmach.c
42 regmach.h
43 rotate.c
44 stackmach.c
45 stackmach.h
46 tags.c
47 trans2.c
48 iolayer.h
49 iolayer.c
50 fontfiles/dcr10.afm
51 fontfiles/dcr10.pfb
52 fontfiles/dodge.ttf
53 lib/Imager/Color.pm
54 lib/Imager/Color/Float.pm
55 lib/Imager/Expr.pm
56 lib/Imager/Expr/Assem.pm
57 lib/Imager/Font.pm
58 lib/Imager/Font/Type1.pm
59 lib/Imager/Font/Truetype.pm
60 lib/Imager/Font/FreeType2.pm
61 lib/Imager/Fountain.pm
62 lib/Imager/interface.pod
63 lib/Imager/Matrix2d.pm
64 lib/Imager/regmach.pod
65 lib/Imager/Regops.pm
66 lib/Imager/Transform.pm
67 t/t00basic.t
68 t/t01introvert.t
69 t/t020masked.t
70 t/t021sixteen.t
71 t/t05error.t
72 t/t101jpeg.t
73 t/t102png.t
74 t/t103raw.t
75 t/t104ppm.t
76 t/t105gif.t
77 t/t106tiff.t
78 t/t107bmp.t
79 t/t15color.t
80 t/t30t1font.t
81 t/t35ttfont.t
82 t/t36oofont.t
83 t/t37w32font.t          Tests Win32 GDI font support
84 t/t38ft2font.t          Tests freetype2 support
85 t/t40scale.t
86 t/t50basicoo.t
87 t/t55trans.t
88 t/t56postfix.t
89 t/t57infix.t
90 t/t58trans2.t
91 t/t59assem.t
92 t/t60dyntest.t
93 t/t61filters.t
94 t/t65crop.t
95 t/t66paste.t
96 t/t69rubthru.t
97 t/t70newgif.t
98 t/t75polyaa.t
99 t/t90cc.t
100 testimg/bandw.gif
101 testimg/comp4.bmp       Compressed 4-bit/pixel BMP
102 testimg/comp8.bmp       Compressed 8-bit/pixel BMP
103 testimg/expected.gif
104 testimg/gimpgrad        A GIMP gradient file
105 testimg/junk.ppm
106 testimg/loccmap.gif
107 testimg/nocmap.gif
108 testimg/palette.png
109 testimg/palette_out.png
110 testimg/penguin-base.ppm
111 testimg/scale.gif
112 testimg/scale.ppm
113 testimg/scalei.gif
114 testimg/screen2.gif
115 testimg/screen3.gif
116 testimg/test_gimp_pal   A simple GIMP palette file
117 testimg/trimgdesc.gif
118 testimg/trmiddesc.gif
119 typemap
120 dynaload.c
121 dynaload.h
122 ext.h
123 plug.h
124 filterlist.perl
125 doco.perl
126 errep.perl
127 regops.perl
128 spot.perl       For making an ordered dither matrix from a spot function
129 transform.perl  Shell interface to Imager::Transform
130 bigtest.perl    Library selection tester
131 dynfilt/pluginst.h
132 dynfilt/dyntest.c
133 dynfilt/dt2.c
134 dynfilt/mandelbrot.c
135 dynfilt/flines.c
136 dynfilt/compile.txt
137 dynfilt/Makefile.PL
138 win32.c         Implements font support through Win32 GDI