]> git.imager.perl.org - imager.git/blob - MANIFEST
make color values smarter for the drawing functions
[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/t21draw.t             Basic drawing tests
93 t/t30t1font.t
94 t/t35ttfont.t
95 t/t36oofont.t
96 t/t37w32font.t          Tests Win32 GDI font support
97 t/t38ft2font.t          Tests freetype2 support
98 t/t40scale.t
99 t/t50basicoo.t
100 t/t55trans.t
101 t/t56postfix.t
102 t/t57infix.t
103 t/t58trans2.t
104 t/t59assem.t
105 t/t60dyntest.t
106 t/t61filters.t
107 t/t64copyflip.t         Test copy, flip, rotate, matrix_transform
108 t/t65crop.t
109 t/t66paste.t
110 t/t67convert.t
111 t/t68map.t
112 t/t69rubthru.t
113 t/t70newgif.t
114 t/t75polyaa.t
115 t/t90cc.t
116 testimg/bandw.gif
117 testimg/comp4.bmp       Compressed 4-bit/pixel BMP
118 testimg/comp8.bmp       Compressed 8-bit/pixel BMP
119 testimg/expected.gif
120 testimg/gimpgrad        A GIMP gradient file
121 testimg/junk.ppm
122 testimg/loccmap.gif
123 testimg/nocmap.gif
124 testimg/palette.png
125 testimg/palette_out.png
126 testimg/penguin-base.ppm
127 testimg/scale.gif
128 testimg/scale.ppm
129 testimg/scalei.gif
130 testimg/screen2.gif
131 testimg/screen3.gif
132 testimg/test_gimp_pal   A simple GIMP palette file
133 testimg/trimgdesc.gif
134 testimg/trmiddesc.gif
135 typemap
136 dynaload.c
137 dynaload.h
138 ext.h
139 plug.h
140 filterlist.perl
141 doco.perl
142 errep.perl
143 regops.perl
144 spot.perl       For making an ordered dither matrix from a spot function
145 transform.perl  Shell interface to Imager::Transform
146 bigtest.perl    Library selection tester
147 dynfilt/pluginst.h
148 dynfilt/dyntest.c
149 dynfilt/dyntest.exp
150 dynfilt/dt2.c
151 dynfilt/dt2.exp
152 dynfilt/mandelbrot.c
153 dynfilt/mandelbrot.exp
154 dynfilt/flines.c
155 dynfilt/flines.exp
156 dynfilt/compile.txt
157 dynfilt/Makefile.PL
158 win32.c         Implements font support through Win32 GDI