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