  |
Creating Scalable Vector Graphics (SVG) with Perl - http://www.xml.com/pub/a/2001/07/11/creatingsvg.html
Kip Hampton demonstrates how to use the Perl XML::Writer module to dynamically create SVG graphics. |
  |
Graphics Programming with Perl - http://www.manning.com/verbruggen/
Book by Martien Verbruggen from Manning Publications; includes tips on using Image::Magick among others. Downloadable source code, and chapters 1 and 4. |
  |
PerlMagick - http://www.imagemagick.org/script/perl-magick.php
An imaging library; provides documentation and user/developer forums. |
  |
PerlMagick Tips - http://www.dylanbeattie.net/magick/
Image::Magick visual comparisons and sample code for scaling and alpha channel compositing. |
  |
POGL - http://graphcomp.com/opengl/
Perl OpenGL. Provides news, documentation, galleries and sample code for integrating OpenGL, OpenGL-Image, PerlMagick and other Perl modules. |
  |
Exploring Perl Modules - Part 1: On-The-Fly Graphics with GD - http://linuxgazette.net/issue81/padala.html
Tutorial for installing and using the Perl GD module on Unix. Includes sample code for drawing, text rendering, fonts, and a simple photo album. |
  |
A Perl Port of mathsPIC Graphics Package - http://www.tug.org/TUGboat/Articles/tb21-3/tb68syro.pdf
A whitepaper on the Perl implementation of the mathsPIC application. Includes advantages of using Perl for mathematical rendering, and sample code. |
  |
Perl Graphics Programming Examples - http://www.as220.org/shawn/PGP/
From the book: "Perl Graphics Programming" - provides sample code for creating graphics in Perl, including the use of ImageMagick, SVG, Flash nd PDFs. |
  |
Creating Charts with GD::Graph - http://linuxgazette.net/issue83/padala.html
Sample code for creating charts using the Perl GD module: line/bar/area and pie charts. |
  |
Graphics & Charts - Perl5 - http://www.infocopter.com/perl/graphics-charts.html
Examples of GD::Graph for creating Perl-based graphs and charts. Includes screen shots and links to Fedora RPMs. |