]> git.imager.perl.org - imager.git/blob - MANIFEST
Fixed i_transform2() so malloc(0) doesn't happen. Also corrected pod errors and
[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/Font/Win32.pm
67 lib/Imager/Fountain.pm
68 lib/Imager/interface.pod
69 lib/Imager/Matrix2d.pm
70 lib/Imager/regmach.pod
71 lib/Imager/Regops.pm
72 lib/Imager/Transform.pm
73 t/t00basic.t
74 t/t01introvert.t
75 t/t020masked.t
76 t/t021sixteen.t
77 t/t022double.t          Test double/sample images
78 t/t05error.t
79 t/t101jpeg.t
80 t/t102png.t
81 t/t103raw.t
82 t/t104ppm.t
83 t/t105gif.t
84 t/t106tiff.t
85 t/t107bmp.t
86 t/t108tga.t
87 t/t15color.t
88 t/t16matrix.t           Tests Imager::Matrix2d
89 t/t20fill.t             Tests fills
90 t/t30t1font.t
91 t/t35ttfont.t
92 t/t36oofont.t
93 t/t37w32font.t          Tests Win32 GDI font support
94 t/t38ft2font.t          Tests freetype2 support
95 t/t40scale.t
96 t/t50basicoo.t
97 t/t55trans.t
98 t/t56postfix.t
99 t/t57infix.t
100 t/t58trans2.t
101 t/t59assem.t
102 t/t60dyntest.t
103 t/t61filters.t
104 t/t64copyflip.t         Test copy, flip, rotate, matrix_transform
105 t/t65crop.t
106 t/t66paste.t
107 t/t67convert.t
108 t/t68map.t
109 t/t69rubthru.t
110 t/t70newgif.t
111 t/t75polyaa.t
112 t/t90cc.t
113 testimg/bandw.gif
114 testimg/comp4.bmp       Compressed 4-bit/pixel BMP
115 testimg/comp8.bmp       Compressed 8-bit/pixel BMP
116 testimg/expected.gif
117 testimg/gimpgrad        A GIMP gradient file
118 testimg/junk.ppm
119 testimg/loccmap.gif
120 testimg/nocmap.gif
121 testimg/palette.png
122 testimg/palette_out.png
123 testimg/penguin-base.ppm
124 testimg/scale.gif
125 testimg/scale.ppm
126 testimg/scalei.gif
127 testimg/screen2.gif
128 testimg/screen3.gif
129 testimg/test_gimp_pal   A simple GIMP palette file
130 testimg/trimgdesc.gif
131 testimg/trmiddesc.gif
132 typemap
133 dynaload.c
134 dynaload.h
135 ext.h
136 plug.h
137 filterlist.perl
138 doco.perl
139 errep.perl
140 regops.perl
141 spot.perl       For making an ordered dither matrix from a spot function
142 transform.perl  Shell interface to Imager::Transform
143 bigtest.perl    Library selection tester
144 dynfilt/pluginst.h
145 dynfilt/dyntest.c
146 dynfilt/dt2.c
147 dynfilt/mandelbrot.c
148 dynfilt/flines.c
149 dynfilt/compile.txt
150 dynfilt/Makefile.PL
151 win32.c         Implements font support through Win32 GDI