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

Search results for "module:Template::Plugin::GD"

Template::Plugin::GD - GD plugin(s) for the Template Toolkit River stage zero No dependents

The Template-GD distribution provides a number of Template Toolkit plugin modules to interface with Lincoln Stein's GD modules. These in turn provide an interface to Thomas Boutell's GD graphics library. These plugins were distributed as part of the ...

ABW/Template-GD-2.66 - 03 Feb 2006 13:57:06 UTC

Template::Plugin::GD::Text - Text utilities for use with GD River stage zero No dependents

The GD.Text plugin provides an interface to the GD::Text module. It allows attributes of strings such as width and height in pixels to be computed. See GD::Text for more details. See Template::Plugin::GD::Text::Align and Template::Plugin::GD::Text::W...

ABW/Template-GD-2.66 - 03 Feb 2006 13:57:06 UTC

Template::Plugin::GD::Image - Interface to GD Graphics Library River stage zero No dependents

The GD.Image plugin provides an interface to GD.pm's GD::Image class. The GD::Image class is the main interface to GD.pm. It is very important that no extraneous template output appear before or after the image. Since some methods return values that ...

ABW/Template-GD-2.66 - 03 Feb 2006 13:57:06 UTC

Template::Plugin::GD::Polygon - Interface to GD module Polygon class River stage zero No dependents

The GD.Polygon plugin provides an interface to GD.pm's GD::Polygon class. See GD for a complete description of the GD library and all the methods that can be called via the GD.Polygon plugin. See Template::Plugin::GD::Image for the main interface to ...

ABW/Template-GD-2.66 - 03 Feb 2006 13:57:06 UTC

Template::Plugin::GD::Constants - Interface to GD module constants River stage zero No dependents

The GD.Constants plugin provides access to the various GD module's constants (such as gdBrushed, gdSmallFont, gdTransparent, GD_CMP_IMAGE etc). When GD.pm is used in perl it exports various contstants into the caller's namespace. This plugin makes th...

ABW/Template-GD-2.66 - 03 Feb 2006 13:57:06 UTC

Template::Plugin::GD::Text::Wrap - Break and wrap strings in GD images River stage zero No dependents

The GD.Text.Wrap plugin provides an interface to the GD::Text::Wrap module. It allows multiples line of text to be drawn in GD images with various wrapping and alignment. See GD::Text::Wrap for more details. See Template::Plugin::GD::Text::Align for ...

ABW/Template-GD-2.66 - 03 Feb 2006 13:57:06 UTC

Template::Plugin::GD::Graph::pie - Create pie charts with legends River stage zero No dependents

The GD.Graph.pie plugin provides an interface to the GD::Graph::pie class defined by the GD::Graph module. It allows an (x,y) data set to be plotted as a pie chart. The x values are typically strings. See GD::Graph for more details....

ABW/Template-GD-2.66 - 03 Feb 2006 13:57:06 UTC

Template::Plugin::GD::Graph::bars - Create bar graphs with axes and legends River stage zero No dependents

The GD.Graph.bars plugin provides an interface to the GD::Graph::bars class defined by the GD::Graph module. It allows one or more (x,y) data sets to be plotted with each point represented by a bar, in addition to axes and legends. See GD::Graph for ...

ABW/Template-GD-2.66 - 03 Feb 2006 13:57:06 UTC

Template::Plugin::GD::Graph::area - Create area graphs with axes and legends River stage zero No dependents

The GD.Graph.area plugin provides an interface to the GD::Graph::area class defined by the GD::Graph module. It allows one or more (x,y) data sets to be plotted as lines with the area between the line and x-axis shaded, in addition to axes and legend...

ABW/Template-GD-2.66 - 03 Feb 2006 13:57:06 UTC

Template::Plugin::GD::Text::Align - Draw aligned strings in GD images River stage zero No dependents

The GD.Text.Align plugin provides an interface to the GD::Text::Align module. It allows text to be drawn in GD images with various alignments and orientations. See GD::Text::Align for more details. See Template::Plugin::GD::Text::Wrap for a plugin th...

ABW/Template-GD-2.66 - 03 Feb 2006 13:57:06 UTC

Template::Plugin::GD::Graph::mixed - Create mixed graphs with axes and legends River stage zero No dependents

The GD.Graph.mixed plugin provides an interface to the GD::Graph::mixed class defined by the GD::Graph module. It allows one or more (x,y) data sets to be plotted with various styles (lines, points, bars, areas etc). See GD::Graph for more details....

ABW/Template-GD-2.66 - 03 Feb 2006 13:57:06 UTC

Template::Plugin::GD::Graph::lines - Create line graphs with axes and legends River stage zero No dependents

The GD.Graph.lines plugin provides an interface to the GD::Graph::lines class defined by the GD::Graph module. It allows one or more (x,y) data sets to be plotted as y versus x lines with axes and legends. See GD::Graph for more details....

ABW/Template-GD-2.66 - 03 Feb 2006 13:57:06 UTC

Template::Plugin::GD::Graph::pie3d - Create 3D pie charts with legends River stage zero No dependents

The GD.Graph.pie3d plugin provides an interface to the GD::Graph::pie3d class defined by the GD::Graph module. It allows an (x,y) data set to be plotted as a 3d pie chart. The x values are typically strings. Note that GD::Graph::pie already produces ...

ABW/Template-GD-2.66 - 03 Feb 2006 13:57:06 UTC

Template::Plugin::GD::Graph::points - Create point graphs with axes and legends River stage zero No dependents

The GD.Graph.points plugin provides an interface to the GD::Graph::points class defined by the GD::Graph module. It allows one or more (x,y) data sets to be plotted as points, in addition to axes and legends. See GD::Graph for more details....

ABW/Template-GD-2.66 - 03 Feb 2006 13:57:06 UTC

Template::Plugin::GD::Graph::bars3d - Create 3D bar graphs with axes and legends River stage zero No dependents

The GD.Graph.bars3d plugin provides an interface to the GD::Graph::bars3d class defined by the GD::Graph3d module. It allows one or more (x,y) data sets to be plotted as y versus x bars with a 3-dimensional appearance, together with axes and legends....

ABW/Template-GD-2.66 - 03 Feb 2006 13:57:06 UTC

Template::Plugin::GD::Graph::lines3d - Create 3D line graphs with axes and legends River stage zero No dependents

The GD.Graph.lines3d plugin provides an interface to the GD::Graph::lines3d class defined by the GD::Graph3d module. It allows one or more (x,y) data sets to be plotted as y versus x lines with a 3-dimensional appearance, together with axes and legen...

ABW/Template-GD-2.66 - 03 Feb 2006 13:57:06 UTC

Template::Plugin::GD::Graph::linespoints - Create line/point graphs with axes and legends River stage zero No dependents

The GD.Graph.linespoints plugin provides an interface to the GD::Graph::linespoints class defined by the GD::Graph module. It allows one or more (x,y) data sets to be plotted as y versus x lines, plus symbols placed at each point, in addition to axes...

ABW/Template-GD-2.66 - 03 Feb 2006 13:57:06 UTC

HTML::Template::Compiled::Plugin::InlineImage - Inline-Images with HTML::Template::Compiled River stage zero No dependents

This is a plugin for HTML::Template::Compiled. If you feed it GD-objects or raw images (other image-object-types could be added in the future), then it will render the object like described in RFC 2397 (http://www.ietf.org/rfc/rfc2397.txt)....

TINITA/HTML-Template-Compiled-Plugin-InlineImage-0.03 - 14 Sep 2006 10:35:27 UTC
18 results (0.045 seconds)