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::Font
object reference.
Vertex attributes
- renderer_vertex_font
-
This can be either full path to the font or an
Imager::Font
object 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.01
$Id: Imager.pm,v 1.2 2004/04/04 00:00:07 pasky Exp $