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


Graph-Layderer documentation  | view source Contained in the Graph-Layderer distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

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

Top

Graph, Graph::Renderer

BUGS

Top

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

Top

VERSION

Top

Version 0.03

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


Graph-Layderer documentation  | view source Contained in the Graph-Layderer distribution.