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 | |
faa9b3e7 | 17 | imagei.h |
02d1d628 AMH |
18 | datatypes.h |
19 | datatypes.c | |
20 | feat.h | |
faa9b3e7 | 21 | img16.c |
02d1d628 AMH |
22 | io.c |
23 | io.h | |
24 | log.c | |
25 | log.h | |
26 | jpeg.c | |
27 | png.c | |
28 | gif.c | |
29 | tiff.c | |
30 | quant.c | |
31 | raw.c | |
32 | pnm.c | |
33 | filters.c | |
34 | feat.c | |
35 | font.c | |
faa9b3e7 TC |
36 | freetyp2.c Implements freetype2 font support |
37 | maskimg.c | |
38 | palimg.c | |
02d1d628 AMH |
39 | regmach.c |
40 | regmach.h | |
faa9b3e7 | 41 | rotate.c |
02d1d628 AMH |
42 | stackmach.c |
43 | stackmach.h | |
faa9b3e7 | 44 | tags.c |
02d1d628 AMH |
45 | trans2.c |
46 | iolayer.h | |
47 | iolayer.c | |
48 | fontfiles/dcr10.afm | |
49 | fontfiles/dcr10.pfb | |
50 | fontfiles/dodge.ttf | |
faa9b3e7 TC |
51 | lib/Imager/Color.pm |
52 | lib/Imager/Color/Float.pm | |
02d1d628 AMH |
53 | lib/Imager/Expr.pm |
54 | lib/Imager/Expr/Assem.pm | |
02d1d628 | 55 | lib/Imager/Font.pm |
faa9b3e7 TC |
56 | lib/Imager/Font/Type1.pm |
57 | lib/Imager/Font/Truetype.pm | |
58 | lib/Imager/Font/FreeType2.pm | |
59 | lib/Imager/interface.pod | |
60 | lib/Imager/Matrix2d.pm | |
61 | lib/Imager/regmach.pod | |
62 | lib/Imager/Regops.pm | |
02d1d628 AMH |
63 | lib/Imager/Transform.pm |
64 | t/t00basic.t | |
faa9b3e7 TC |
65 | t/t01introvert.t |
66 | t/t020masked.t | |
67 | t/t021sixteen.t | |
64549713 | 68 | t/t05error.t |
23aab92a TC |
69 | t/t101jpeg.t |
70 | t/t102png.t | |
71 | t/t103raw.t | |
72 | t/t104ppm.t | |
73 | t/t105gif.t | |
74 | t/t106tiff.t | |
02d1d628 AMH |
75 | t/t15color.t |
76 | t/t30t1font.t | |
77 | t/t35ttfont.t | |
78 | t/t36oofont.t | |
faa9b3e7 TC |
79 | t/t37w32font.t Tests Win32 GDI font support |
80 | t/t38ft2font.t Tests freetype2 support | |
02d1d628 AMH |
81 | t/t40scale.t |
82 | t/t50basicoo.t | |
83 | t/t55trans.t | |
84 | t/t56postfix.t | |
85 | t/t57infix.t | |
86 | t/t58trans2.t | |
87 | t/t59assem.t | |
88 | t/t60dyntest.t | |
89 | t/t65crop.t | |
90 | t/t66paste.t | |
faa9b3e7 | 91 | t/t69rubthru.t |
02d1d628 AMH |
92 | t/t70newgif.t |
93 | t/t75polyaa.t | |
94 | t/t90cc.t | |
84324192 AMH |
95 | testimg/bandw.gif |
96 | testimg/expected.gif | |
97 | testimg/junk.ppm | |
98 | testimg/loccmap.gif | |
99 | testimg/nocmap.gif | |
100 | testimg/palette.png | |
101 | testimg/palette_out.png | |
102 | testimg/penguin-base.ppm | |
02d1d628 | 103 | testimg/scale.gif |
84324192 | 104 | testimg/scale.ppm |
02d1d628 | 105 | testimg/scalei.gif |
84324192 | 106 | testimg/screen2.gif |
faa9b3e7 TC |
107 | testimg/screen3.gif |
108 | testimg/test_gimp_pal | |
84324192 AMH |
109 | testimg/trimgdesc.gif |
110 | testimg/trmiddesc.gif | |
02d1d628 AMH |
111 | typemap |
112 | dynaload.c | |
113 | dynaload.h | |
114 | ext.h | |
115 | plug.h | |
116 | filterlist.perl | |
117 | doco.perl | |
118 | errep.perl | |
119 | regops.perl | |
120 | spot.perl For making an ordered dither matrix from a spot function | |
02d1d628 AMH |
121 | transform.perl Shell interface to Imager::Transform |
122 | bigtest.perl Library selection tester | |
123 | dynfilt/pluginst.h | |
124 | dynfilt/dyntest.c | |
125 | dynfilt/dt2.c | |
126 | dynfilt/mandelbrot.c | |
127 | dynfilt/flines.c | |
128 | dynfilt/compile.txt | |
129 | dynfilt/Makefile.PL | |
faa9b3e7 | 130 | win32.c Implements font support through Win32 GDI |