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