NAME
Graph::Renderer::Imager - graph rendering interface for Imager
SYNOPSIS
use Graph::Renderer::Imager;
Graph::Renderer::Imager::render($graph, $img);
DESCRIPTION
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.
Global attributes
- renderer_vertex_font
-
This can be either full path to the font or an
Imager::Fontobject reference.
Vertex attributes
- renderer_vertex_font
-
This can be either full path to the font or an
Imager::Fontobject reference.
SEE ALSO
Graph, Graph::Renderer
BUGS
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
Copyright 2004 by Petr Baudis <pasky@ucw.cz>.
This code is distributed under the same copyright terms as Perl itself.
VERSION
Version 0.03
$Id: Imager.pm,v 1.5 2006/02/11 17:11:39 pasky Exp $