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

Search results for "module:GD::Simple"

GD::Simple - Simplified interface to GD library River stage three • 97 direct dependents • 154 total dependents

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.78 - 04 Jul 2023 09:13:52 UTC

GD - Interface to Gd Graphics Library River stage three • 97 direct dependents • 154 total dependents

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.78 - 04 Jul 2023 09:13:52 UTC

GD::Group - Simple object for recursive grouping River stage three • 97 direct dependents • 154 total dependents

Does absolutely nothing with GD, but works nicely with GD::SVG....

RURBAN/GD-2.78 - 04 Jul 2023 09:13:52 UTC

GD::Image - Image class for the GD image library River stage three • 97 direct dependents • 154 total dependents

Supported Image formats: Png Gif Jpeg Tiff WBMP Webp Heif Avif BMP Unsupported Image formats: Gd Gd2 Xpm GifAnim See GD...

RURBAN/GD-2.78 - 04 Jul 2023 09:13:52 UTC

GD::Icons - Utility for generating series of icons of varying color and shapes River stage one • 1 direct dependent • 1 total dependent

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 - 22 Jan 2008 01:37:51 UTC

GD::Graph - Graph Plotting Module for Perl 5 River stage two • 31 direct dependents • 34 total dependents

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 - 13 Jan 2023 13:28:32 UTC

GD::Polyline - Polyline object and Polygon utilities (including splines) for use with GD River stage three • 97 direct dependents • 154 total dependents

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.78 - 04 Jul 2023 09:13:52 UTC

GD::Polygon - Polygon class for the GD image library River stage three • 97 direct dependents • 154 total dependents

See GD...

RURBAN/GD-2.78 - 04 Jul 2023 09:13:52 UTC

GD::SVG - Seamlessly enable SVG output from scripts written using GD River stage zero No dependents

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 - 10 May 2009 14:39:31 UTC

GD::OrgChart - Perl extension for generating personnel organization charts River stage zero No dependents

GALGIER/GD-OrgChart-0.03 - 09 Jan 2003 14:08:05 UTC

GD::Cairo - GD API wrapper around Cairo River stage zero No dependents

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 - 21 Nov 2007 13:36:27 UTC

GD::Sparkline River stage one • 1 direct dependent • 1 total dependent

Draw simple graphs using the magic of GD and Math::Bezier...

RPETTETT/GD-Sparkline-0.05 - 18 Jan 2010 19:20:54 UTC

Geo::GD::Image - Perl extension to draw Well Known Binary (WKB) blobs directly into a GD::Image River stage zero No dependents

JDIEPEN/Geo-GD-Image-0.02 - 07 Sep 2006 08:38:04 UTC

GD::Graph::Map - generate HTML map text for GD::Graph diagramms. River stage zero No dependents

This is a *perl5* module to generate HTML map text for following GD::Graph objects GD::Graph::pie, GD::Graph::bars, GD::Graph::lines, GD::Graph::area, GD::Graph::point and GD::Graph::linespoints. As a result of its work is created HTML code containin...

RA/GDGraph-Map-1.05 - 15 Mar 2001 14:51:06 UTC

Image::Base::GD - draw images with GD River stage zero No dependents

"Image::Base::GD" extends "Image::Base" to create or update image files in various formats using the "GD" module and library (libgd version 2 or higher). Native GD drawing has many more features but this module is an easy way to point "Image::Base" s...

KRYDE/Image-Base-GD-16 - 25 Feb 2019 04:25:39 UTC

GD::Chart::Radial - plot and output Radial or Radar charts using the GD library. River stage zero No dependents

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 - 07 Oct 2014 02:05:11 UTC

Apache::GD::Graph - Generate Graphs in an Apache handler. River stage zero No dependents

The primary purpose of this module is to allow a very easy to use, lightweight and fast charting capability for static pages, dynamic pages and CGI scripts, with the chart creation process abstracted and placed on any server. For example, embedding a...

RKITOVER/Apache-GDGraph-0.96 - 09 Apr 2003 17:50:50 UTC

GD::Graph::boxplot - Box and Whisker Graph Module for Perl 5. River stage zero No dependents

boxplot is a *perl5* module that uses GD::Graph, GD, and Statistics::Descriptive to create and display PNG output for box and whisker graphs....

GAFFER/GDGraph-boxplot-1.00 - 10 Jul 2001 03:40:24 UTC

Gtk2::Ex::Graph::GD River stage zero No dependents

OFEYAIKON/Gtk2-Ex-Graph-GD-0.04 - 13 Oct 2005 22:03:56 UTC

GD::Graph::histogram - Histogram plotting module for Perl5 River stage zero No dependents

GD::Graph::histogram extends the GD::Graph module to create histograms. The module allow creation of count or percentage histograms....

WHIZDOG/GDGraph-histogram-1.1 - 22 Mar 2006 20:16:08 UTC
23 results (0.051 seconds)