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 | |
64549713 | 10 | error.c |
02d1d628 AMH |
11 | gaussian.c |
12 | ppport.h | |
13 | image.c | |
14 | image.h | |
15 | datatypes.h | |
16 | datatypes.c | |
17 | feat.h | |
18 | io.c | |
19 | io.h | |
20 | log.c | |
21 | log.h | |
22 | jpeg.c | |
23 | png.c | |
24 | gif.c | |
25 | tiff.c | |
26 | quant.c | |
27 | raw.c | |
28 | pnm.c | |
29 | filters.c | |
30 | feat.c | |
31 | font.c | |
32 | regmach.c | |
33 | regmach.h | |
34 | stackmach.c | |
35 | stackmach.h | |
36 | trans2.c | |
37 | iolayer.h | |
38 | iolayer.c | |
39 | fontfiles/dcr10.afm | |
40 | fontfiles/dcr10.pfb | |
41 | fontfiles/dodge.ttf | |
42 | lib/Imager/regmach.pod | |
43 | lib/Imager/Regops.pm | |
44 | lib/Imager/Expr.pm | |
45 | lib/Imager/Expr/Assem.pm | |
46 | lib/Imager/Color.pm | |
47 | lib/Imager/Font.pm | |
48 | lib/Imager/Transform.pm | |
49 | t/t00basic.t | |
64549713 | 50 | t/t05error.t |
02d1d628 AMH |
51 | t/t10formats.t |
52 | t/t15color.t | |
53 | t/t30t1font.t | |
54 | t/t35ttfont.t | |
55 | t/t36oofont.t | |
56 | t/t40scale.t | |
57 | t/t50basicoo.t | |
58 | t/t55trans.t | |
59 | t/t56postfix.t | |
60 | t/t57infix.t | |
61 | t/t58trans2.t | |
62 | t/t59assem.t | |
63 | t/t60dyntest.t | |
64 | t/t65crop.t | |
65 | t/t66paste.t | |
66 | t/t70newgif.t | |
67 | t/t75polyaa.t | |
68 | t/t90cc.t | |
69 | testimg/scale.ppm | |
70 | testimg/scale.gif | |
71 | testimg/scalei.gif | |
72 | testimg/penguin-base.ppm | |
76427415 | 73 | testimg/junk.ppm |
02d1d628 AMH |
74 | typemap |
75 | dynaload.c | |
76 | dynaload.h | |
77 | ext.h | |
78 | plug.h | |
79 | filterlist.perl | |
80 | doco.perl | |
81 | errep.perl | |
82 | regops.perl | |
83 | spot.perl For making an ordered dither matrix from a spot function | |
84 | transbench.perl | |
85 | transform.perl Shell interface to Imager::Transform | |
86 | bigtest.perl Library selection tester | |
87 | dynfilt/pluginst.h | |
88 | dynfilt/dyntest.c | |
89 | dynfilt/dt2.c | |
90 | dynfilt/mandelbrot.c | |
91 | dynfilt/flines.c | |
92 | dynfilt/compile.txt | |
93 | dynfilt/Makefile.PL | |
94 | bench/quantone.perl One round of benchmarking image quantization. | |
95 | bench/quantbench.perl Benchmark various quantization methods | |
96 | bench/makegrad.perl Builds regular images for quantization. | |
97 | bench/kscdisplay.png Photo test for quantization. | |
98 | bench/benchform.perl Formats the benchmark results |