
Graph::Renderer::Imager - graph rendering interface for Imager

use Graph::Renderer::Imager; Graph::Renderer::Imager::render($graph, $img);

This module provides graph drawing through the Imager module. It takes an Imager object as the second parameter; it is best when the image has 4 channels.
This can be either full path to the font or an Imager::Font object reference.
This can be either full path to the font or an Imager::Font object reference.

Graph, Graph::Renderer

The object-oriented interface is missing as well as some more universal render calling interface (hash parameters). Also, some real rendering attributes (ie. color settings) are missing.

Copyright 2004 by Petr Baudis <pasky@ucw.cz>.
This code is distributed under the same copyright terms as Perl itself.

Version 0.02
$Id: Imager.pm,v 1.4 2004/04/06 15:24:14 pasky Exp $