]>
Commit | Line | Data |
---|---|---|
02d1d628 AMH |
1 | Changes |
2 | Imager.pm | |
3 | Imager.xs | |
4 | MANIFEST | |
5 | README | |
6 | Makefile.PL | |
7 | draw.c | |
8 | draw.h | |
9 | conv.c | |
f5991c03 | 10 | convert.c |
2df3535a | 11 | map.c |
64549713 | 12 | error.c |
02d1d628 AMH |
13 | gaussian.c |
14 | ppport.h | |
15 | image.c | |
16 | image.h | |
17 | datatypes.h | |
18 | datatypes.c | |
19 | feat.h | |
20 | io.c | |
21 | io.h | |
22 | log.c | |
23 | log.h | |
24 | jpeg.c | |
25 | png.c | |
26 | gif.c | |
27 | tiff.c | |
28 | quant.c | |
29 | raw.c | |
30 | pnm.c | |
31 | filters.c | |
32 | feat.c | |
33 | font.c | |
34 | regmach.c | |
35 | regmach.h | |
36 | stackmach.c | |
37 | stackmach.h | |
38 | trans2.c | |
39 | iolayer.h | |
40 | iolayer.c | |
41 | fontfiles/dcr10.afm | |
42 | fontfiles/dcr10.pfb | |
43 | fontfiles/dodge.ttf | |
84324192 AMH |
44 | lib/Imager/regmach.pod |
45 | lib/Imager/Regops.pm | |
02d1d628 AMH |
46 | lib/Imager/Expr.pm |
47 | lib/Imager/Expr/Assem.pm | |
48 | lib/Imager/Color.pm | |
49 | lib/Imager/Font.pm | |
50 | lib/Imager/Transform.pm | |
51 | t/t00basic.t | |
64549713 | 52 | t/t05error.t |
23aab92a TC |
53 | t/t101jpeg.t |
54 | t/t102png.t | |
55 | t/t103raw.t | |
56 | t/t104ppm.t | |
57 | t/t105gif.t | |
58 | t/t106tiff.t | |
02d1d628 AMH |
59 | t/t15color.t |
60 | t/t30t1font.t | |
61 | t/t35ttfont.t | |
62 | t/t36oofont.t | |
63 | t/t40scale.t | |
64 | t/t50basicoo.t | |
65 | t/t55trans.t | |
66 | t/t56postfix.t | |
67 | t/t57infix.t | |
68 | t/t58trans2.t | |
69 | t/t59assem.t | |
70 | t/t60dyntest.t | |
71 | t/t65crop.t | |
72 | t/t66paste.t | |
73 | t/t70newgif.t | |
74 | t/t75polyaa.t | |
75 | t/t90cc.t | |
84324192 AMH |
76 | testimg/bandw.gif |
77 | testimg/expected.gif | |
78 | testimg/junk.ppm | |
79 | testimg/loccmap.gif | |
80 | testimg/nocmap.gif | |
81 | testimg/palette.png | |
82 | testimg/palette_out.png | |
83 | testimg/penguin-base.ppm | |
02d1d628 | 84 | testimg/scale.gif |
84324192 | 85 | testimg/scale.ppm |
02d1d628 | 86 | testimg/scalei.gif |
84324192 AMH |
87 | testimg/screen2.gif |
88 | testimg/trimgdesc.gif | |
89 | testimg/trmiddesc.gif | |
02d1d628 AMH |
90 | typemap |
91 | dynaload.c | |
92 | dynaload.h | |
93 | ext.h | |
94 | plug.h | |
95 | filterlist.perl | |
96 | doco.perl | |
97 | errep.perl | |
98 | regops.perl | |
99 | spot.perl For making an ordered dither matrix from a spot function | |
02d1d628 AMH |
100 | transform.perl Shell interface to Imager::Transform |
101 | bigtest.perl Library selection tester | |
102 | dynfilt/pluginst.h | |
103 | dynfilt/dyntest.c | |
104 | dynfilt/dt2.c | |
105 | dynfilt/mandelbrot.c | |
106 | dynfilt/flines.c | |
107 | dynfilt/compile.txt | |
108 | dynfilt/Makefile.PL |