MANIFEST
README
Makefile.PL
-draw.c
-draw.h
+bmp.c Reading and writing Windows BMP files
+tga.c Reading and writing Targa files
+rgb.c Reading and writing SGI rgb files
+color.c Color translation and handling
conv.c
convert.c
+draw.c
+polygon.c
+draw.h
+fills.c Generic fills
+map.c
error.c
gaussian.c
ppport.h
image.c
image.h
+imagei.h
datatypes.h
datatypes.c
feat.h
+img16.c
+imgdouble.c Implements double/sample images
io.c
io.h
log.c
filters.c
feat.c
font.c
+freetyp2.c Implements freetype2 font support
+maskimg.c
+palimg.c
regmach.c
regmach.h
+rotate.c
stackmach.c
stackmach.h
+tags.c
trans2.c
iolayer.h
iolayer.c
+fontfiles/ImUgly.ttf
fontfiles/dcr10.afm
fontfiles/dcr10.pfb
fontfiles/dodge.ttf
-lib/Imager/regmach.pod
-lib/Imager/Regops.pm
+lib/Imager/Color.pm
+lib/Imager/Color/Float.pm
lib/Imager/Expr.pm
lib/Imager/Expr/Assem.pm
-lib/Imager/Color.pm
+lib/Imager/Files.pod
+lib/Imager/Draw.pod
+lib/Imager/Transformations.pod
+lib/Imager/ImageTypes.pod
+lib/Imager/Filters.pod
+lib/Imager/Engines.pod
+lib/Imager/Fill.pm
lib/Imager/Font.pm
+lib/Imager/Font/Type1.pm
+lib/Imager/Font/Truetype.pm
+lib/Imager/Font/FreeType2.pm
+lib/Imager/Font/Win32.pm
+lib/Imager/Fountain.pm
+lib/Imager/interface.pod
+lib/Imager/Matrix2d.pm
+lib/Imager/regmach.pod
+lib/Imager/Regops.pm
lib/Imager/Transform.pm
+t/testtools.pl
t/t00basic.t
+t/t01introvert.t
+t/t020masked.t
+t/t021sixteen.t
+t/t022double.t Test double/sample images
t/t05error.t
+t/t07iolayer.t
t/t101jpeg.t
t/t102png.t
t/t103raw.t
t/t104ppm.t
t/t105gif.t
t/t106tiff.t
+t/t107bmp.t
+t/t108tga.t
t/t15color.t
+t/t16matrix.t Tests Imager::Matrix2d
+t/t20fill.t Tests fills
+t/t21draw.t Basic drawing tests
t/t30t1font.t
t/t35ttfont.t
t/t36oofont.t
+t/t37w32font.t Tests Win32 GDI font support
+t/t38ft2font.t Tests freetype2 support
t/t40scale.t
t/t50basicoo.t
t/t55trans.t
t/t58trans2.t
t/t59assem.t
t/t60dyntest.t
+t/t61filters.t
+t/t64copyflip.t Test copy, flip, rotate, matrix_transform
t/t65crop.t
t/t66paste.t
+t/t67convert.t
+t/t68map.t
+t/t69rubthru.t
t/t70newgif.t
t/t75polyaa.t
t/t90cc.t
-testimg/scale.ppm
+testimg/bandw.gif
+testimg/comp4.bmp Compressed 4-bit/pixel BMP
+testimg/comp4.tif 4-bit/pixel paletted TIFF
+testimg/comp4bad.tif corrupted 4-bit/pixel paletted TIFF
+testimg/comp8.bmp Compressed 8-bit/pixel BMP
+testimg/comp8.tif 8-bit/pixel paletted TIFF
+testimg/expected.gif
+testimg/gimpgrad A GIMP gradient file
+testimg/junk.ppm
+testimg/loccmap.gif
+testimg/nocmap.gif
+testimg/palette.png
+testimg/palette_out.png
+testimg/penguin-base.ppm
testimg/scale.gif
+testimg/scale.ppm
testimg/scalei.gif
-testimg/penguin-base.ppm
-testimg/junk.ppm
+testimg/screen2.gif
+testimg/screen3.gif
+testimg/simple.pbm
+testimg/test_gimp_pal A simple GIMP palette file
+testimg/trimgdesc.gif
+testimg/trmiddesc.gif
typemap
dynaload.c
dynaload.h
errep.perl
regops.perl
spot.perl For making an ordered dither matrix from a spot function
-transbench.perl
transform.perl Shell interface to Imager::Transform
bigtest.perl Library selection tester
dynfilt/pluginst.h
dynfilt/dyntest.c
+dynfilt/dyntest.exp
dynfilt/dt2.c
+dynfilt/dt2.exp
dynfilt/mandelbrot.c
+dynfilt/mandelbrot.exp
dynfilt/flines.c
+dynfilt/flines.exp
dynfilt/compile.txt
dynfilt/Makefile.PL
-bench/quantone.perl One round of benchmarking image quantization.
-bench/quantbench.perl Benchmark various quantization methods
-bench/makegrad.perl Builds regular images for quantization.
-bench/kscdisplay.png Photo test for quantization.
-bench/benchform.perl Formats the benchmark results
\ No newline at end of file
+win32.c Implements font support through Win32 GDI