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