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

Search results for "GD::SVG"

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 - Search in distribution

SVG::GD River stage zero No dependents

RONAN/SVG-GD-0.20 - 24 Jan 2009 11:25:22 UTC - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

SVG::Grid - Address SVG images using cells of $n1 x $n2 pixels River stage zero No dependents

"SVG::Grid" allows you to *mostly* use cell co-ordinates (like a spreadsheet) to place items on an SVG image. These co-ordinates are in the form (x, y) = (integer, integer), where x and y refer to the position of a cell within a row and a column. You...

RSAVAGE/SVG-Grid-1.12 - 28 Jan 2018 00:24:45 UTC - Search in distribution

Quiq - Class library for rapid development River stage zero No dependents

Diese Klassenbibliothek enthält anwendungsunabhängige Klassen, die ich in Projekten nutze. Die Klassen sind nach einheitlichen Prinzipien konzipiert. Die Bibliothek befindet sich unter kontinuierlicher Weiterentwicklung. POD ERRORS Hey! The above doc...

FSEITZ/Quiq-1.215 - 28 Mar 2024 21:53:27 UTC - Search in distribution

GraphViz - Interface to AT&T's GraphViz. Deprecated. See GraphViz2 River stage two • 29 direct dependents • 40 total dependents

This module provides an interface to layout and image generation of directed and undirected graphs in a variety of formats (PostScript, PNG, etc.) using the "dot", "neato", "twopi", "circo" and "fdp" programs from the Graphviz project (http://www.gra...

ETJ/GraphViz-2.26 - 03 Mar 2023 18:32:44 UTC - Search in distribution

sqlt-graph - Automatically create a graph from a database schema River stage three • 117 direct dependents • 266 total dependents

This script will create a graph of your schema. Only the database driver argument (for SQL::Translator) is required. If no output file name is given, then image will be printed to STDOUT, so you should redirect the output into a file. The default act...

VEESH/SQL-Translator-1.65 - 16 Jan 2024 18:56:26 UTC - Search in distribution

PBS::GraphViz - Interface to the GraphViz graphing tool River stage zero No dependents

This module provides an interface to layout and image generation of directed and undirected graphs in a variety of formats (PostScript, PNG, etc.) using the "dot", "neato", "twopi", "circo" and "fdp" programs from the GraphViz project (http://www.gra...

NKH/PerlBuildSystem-0.44 - 12 May 2008 18:34:09 UTC - Search in distribution

SNMP::Map - Tool for drawing network map River stage zero No dependents

The SNMP::Map module is used for drawing network map of hosts which support SNMP. Spanning Tree root switch can be distinguished by its position and color. Module provides switches and ports on the picture linked by each other.You can get various inf...

KASHA/SNMP-Map-1.01 - 03 Jan 2009 20:24:21 UTC - Search in distribution

Term::GnuplotTerminals - documentation of gnuplot output devices River stage zero No dependents

ILYAZ/Term-Gnuplot-0.90380906 - 01 Aug 2018 12:13:22 UTC - Search in distribution

Image::Base - base class for loading, manipulating and saving images. River stage two • 14 direct dependents • 16 total dependents

This is a base class for image. It shouldn't be used directly. Known inheritors are "Image::Xbm" and "Image::Xpm" and in see "SEE ALSO" below. use Image::Xpm ; my $i = Image::Xpm->new( -file => 'test.xpm' ) ; $i->line( 1, 1, 3, 7, 'red' ) ; $i->ellip...

KRYDE/Image-Base-1.17 - 01 Aug 2012 01:43:45 UTC - Search in distribution

perl_graph.pl - make a graph to visualize Perl aspects. River stage zero No dependents

This script will generate usage graphs or ISA graphs from the internal/external perl modules. Hope you like this. It makes use of the GraphViz package to achieve this....

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC - Search in distribution

DBD::Chart::Plot - Graph/chart Plotting engine for DBD::Chart River stage zero No dependents

DBD::Chart::Plot creates images of various types of graphs for 2 or 3 dimensional data. Unlike GD::Graph, the input data sets do not need to be uniformly distributed in the domain (X-axis), and may be either numeric, temporal, or symbolic. DBD::Chart...

DARNOLD/DBD-Chart-0.82 - 22 May 2006 18:54:25 UTC - Search in distribution

WWW::Google::CustomSearch - Interface to Google JSON/Atom Custom Search. River stage zero No dependents

This module is intended for anyone who wants to write applications that can interact with the JSON/Atom Custom Search API. With Google Custom Search, you can harness the power of Google to create a customized search experience for your own website. Y...

MANWAR/WWW-Google-CustomSearch-0.40 - 01 Mar 2024 16:25:25 UTC - Search in distribution

Bio::Graphics::FeatureFile - A set of Bio::Graphics features, stored in a file River stage one • 2 direct dependents • 2 total dependents

The Bio::Graphics::FeatureFile module reads and parses files that describe sequence features and their renderings. It accepts both GFF format and a more human-friendly file format described below. Once a FeatureFile object has been initialized, you c...

CJFIELDS/Bio-Graphics-2.40 - 16 Dec 2016 04:50:36 UTC - Search in distribution

Graphics::ColorUtils - Easy-to-use color space conversions and more. River stage two • 4 direct dependents • 18 total dependents

This modules provides some utility functions to handle colors and color space conversions. The interface has been kept simple, so that most functions can be called "inline" when making calls to graphics libraries such as GD, Tk, or when generating HT...

JANERT/Graphics-ColorUtils-0.17 - 21 May 2007 00:14:11 UTC - Search in distribution

Bundle::BioPerl - A bundle to install external CPAN modules used by BioPerl 1.5.2 River stage zero No dependents

The BioPerl distribution from http://bioperl.org contains code and modules that may use or require additional 'external' perl modules for advanced functionality. Many of the external modules are not contained within the standard Perl distribution. Th...

CJFIELDS/Bundle-BioPerl-2.1.9 - 16 Jan 2015 20:05:40 UTC - Search in distribution
31 results (0.092 seconds)