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