The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.03

$Id: Imager.pm,v 1.5 2006/02/11 17:11:39 pasky Exp $