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