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