Search results for "module:GD::Polygon"
GD::Polyline - Polyline object and Polygon utilities (including splines) for use with GD
Polyline.pm extends the GD module by allowing you to create polylines. Think of a polyline as "an open polygon", that is, the last vertex is not connected to the first vertex (unless you expressly add the same value as both points). For the remainder...
RURBAN/GD-2.83 - Jun 23, 2024
Template::Plugin::GD::Polygon - Interface to GD module Polygon class
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 - Feb 03, 2006
GD::SVG - Seamlessly enable SVG output from scripts written using GD
GD::SVG painlessly enables scripts that utilize GD to export scalable vector graphics (SVG). It accomplishes this task by wrapping SVG.pm with GD-styled method calls. To enable this functionality, one need only change the "use GD" call to "use GD::SV...
TWH/GD-SVG-0.33 - May 10, 2009
GD - Interface to Gd Graphics Library
GD.pm is a Perl interface to Thomas Boutell's gd graphics library (version 2.01 or higher; see below). GD allows you to create color drawings using a large number of graphics primitives, and emit the drawings as PNG files. GD defines the following fo...
RURBAN/GD-2.83 - Jun 23, 2024
GD::Simple - Simplified interface to GD library
GD::Simple is a subclass of the GD library that shortens many of the long GD method calls by storing information about the pen color, size and position in the GD object itself. It also adds a small number of "turtle graphics" style calls for those wh...
RURBAN/GD-2.83 - Jun 23, 2024
GD::Icons - Utility for generating series of icons of varying color and shapes
GD::Icons generates an arbitrary number of icons that vary by shape, color and color intensity. This is intended to be used in cases for which a series of related icons are needed. For example, if you want to generate icons to represent traffic conge...
PCANARAN/GD-Icons-0.04 - Jan 22, 2008
GD::Graph - Graph Plotting Module for Perl 5
GD::Graph is a *perl5* module to create charts using the GD module. The following classes for graphs with axes are defined: "GD::Graph::lines" Create a line chart. "GD::Graph::bars" and "GD::Graph::hbars" Create a bar chart with vertical or horizonta...
BPS/GDGraph-1.56 - Jan 13, 2023
GD::Arrow - draw arrows using GD
This is a subclass of GD::Polygon used to draw an arrow between two vertices. GD::Arrow::Full draws a full arrow between two verticies. |\ +----------------------+ \ (X2, Y2) * * (X1, Y1) +----------------------+ / |/ GD::Arrow::RightHalf draws a hal...
TCAINE/GD-Arrow-0.01 - Oct 25, 2004
GD::Cairo - GD API wrapper around Cairo
This module provides a GD API emulation for the Cairo graphics library. Cairo is a vector-based drawing package that aims to provide consistent output to many graphics contexts/formats....
TIMBRODY/GD-Cairo-0.01 - Nov 21, 2007
PDL::IO::GD - Interface to the GD image library.
This is the "General Interface" for the PDL::IO::GD library, and is actually several years old at this point (read: stable). If you're feeling frisky, try the new OO interface described below. The general version just provides several image IO utilit...
ETJ/PDL-IO-GD-2.103 - Jan 06, 2025
GD::Chart::Radial - plot and output Radial or Radar charts using the GD library.
This module allows you to plot and output Radial or Radar charts using the GD library. The module is based on GD::Graph in how it can be used where possible. A radial chart has multiple axis spread out from the centre, like spokes on a wheel. Each ax...
BARBIE/GD-Chart-Radial-0.09 - Oct 07, 2014
Template::Plugin::GD - GD plugin(s) for the Template Toolkit
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 - Feb 03, 2006