]> git.imager.perl.org - imager.git/blobdiff - MANIFEST
support for generic fills for box and arc, with solid, hatched
[imager.git] / MANIFEST
index e6bb8e55077969070f7f773a043ee112a0910034..d6eb6ffc4d57b0edc4c81f50af49e74b00898f6f 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -4,16 +4,24 @@ Imager.xs
 MANIFEST
 README
 Makefile.PL
+bmp.c
+color.c         Color translation and handling
+conv.c
+convert.c
 draw.c
 draw.h
-conv.c
+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
 io.c
 io.h
 log.c
@@ -28,29 +36,53 @@ pnm.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/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/Font.pm
+lib/Imager/Font/Type1.pm
+lib/Imager/Font/Truetype.pm
+lib/Imager/Font/FreeType2.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/t00basic.t
-t/t10formats.t
+t/t01introvert.t
+t/t020masked.t
+t/t021sixteen.t
+t/t05error.t
+t/t101jpeg.t
+t/t102png.t
+t/t103raw.t
+t/t104ppm.t
+t/t105gif.t
+t/t106tiff.t
+t/t107bmp.t
 t/t15color.t
 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
@@ -59,15 +91,32 @@ t/t57infix.t
 t/t58trans2.t
 t/t59assem.t
 t/t60dyntest.t
+t/t61filters.t
 t/t65crop.t
 t/t66paste.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/comp8.bmp       Compressed 8-bit/pixel BMP
+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/screen2.gif
+testimg/screen3.gif
+testimg/test_gimp_pal   A simple GIMP palette file
+testimg/trimgdesc.gif
+testimg/trmiddesc.gif
 typemap
 dynaload.c
 dynaload.h
@@ -78,7 +127,6 @@ doco.perl
 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
@@ -88,8 +136,4 @@ dynfilt/mandelbrot.c
 dynfilt/flines.c
 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