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

Search results for "module:Graphics::"

Graphics::MNG - Perl extension for the MNG library from Gerard Juyn (gerard@libmng.com) River stage zero No dependents

This is alpha stage software. Use at your own risk. Please visit http://www.libmng.com/ to learn all about the new MNG format. MNG (which stands for Multiple Network Graphics) is an extension of the PNG format, which is already gaining popularity ove...

MOTT/Graphics-MNG-0.04 - 05 Dec 2001 21:15:27 UTC

Graphics::GVG - Game Vector Graphics River stage one • 3 direct dependents • 3 total dependents

Parses scripts that describe vectors used for gaming graphics. The script is parsed into an Abstract Syntax Tree (AST), which can then be transformed into different forms. For example, Graphics::GVG::OpenGLRender generates Perl code that can be compi...

TMURRAY/Graphics-GVG-0.92 - 06 Nov 2018 00:14:30 UTC

Bio::Graphics - Generate GD images of Bio::Seq objects River stage one • 2 direct dependents • 2 total dependents

Please see Bio::Graphics::Panel for the full interface. Also try the script glyph_help.pl for quick help on glyphs and their options....

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

Graphics::Fig - drawing library based on xfig River stage zero No dependents

Graphics::Fig is a drawing library that produces xfig save files. This version is based on xfig v3.2. Simple Example my $fig = Graphics::Fig->new(); $fig->moveto([ 1, 1 ]); $fig->lineto([ 4, 1 ]); $fig->lineto([ 4, 3 ]); $fig->lineto([ 1, 3 ]); $fig-...

SCOOTER/Graphics-Fig-v1.0.8 - 02 Apr 2022 23:02:36 UTC

Graphics::DZI - DeepZoom Image Pyramid Generation River stage zero No dependents

This base package generates tiles from a given image in such a way that they follow the DeepZoom image pyramid scheme. Consequently this image becomes zoomable with tools like Seadragon. http://en.wikipedia.org/wiki/Deep_Zoom As this is a base class,...

DRRHO/Graphics-DZI-0.05 - 23 Apr 2010 12:13:06 UTC

Graphics::VTK - A Perl interface to Visualization ToolKit River stage zero No dependents

PerlVTK is an interface to the C++ visualization toolkit VTK 3.20. It is designed to work similarly to the TCL bindings that come with the stock VTK package. For installation instructions, see the README file. You must have VTK installed before insta...

CERNEY/Graphics-VTK-4.0.001 - 01 Feb 2003 15:47:39 UTC

Graphics::TIFF - Perl extension for the libtiff library River stage zero No dependents

The Graphics::TIFF module allows a Perl developer to access TIFF images. Find out more about libtiff at <http://www.libtiff.org>....

RATCLIFFE/Graphics-TIFF-20 - 06 Jun 2023 17:59:57 UTC

Graphics::Grid - An incomplete port of the R "grid" library to Perl River stage zero No dependents

This is alpha code. Before version 1.0 of this library, its API would change without any notice. This library is an incomplete port of Paul Murrell's R "grid" library. The R "grid" library is a low level graphics system that provides full access to t...

SLOYD/Graphics-Grid-0.001 - 04 Feb 2023 14:53:56 UTC

Graphics::SANE - Perl extension for the Sane scanner access library. River stage zero No dependents

The Sane module provides access to the Sane scanner access library. EXPORT None by default. Exportable constants SANE_STATUS_ACCESS_DENIED SANE_STATUS_CANCELLED SANE_STATUS_COVER_OPEN SANE_STATUS_DEVICE_BUSY SANE_STATUS_EOF SANE_STATUS_GOOD SANE_STAT...

PFAUT/Graphics-SANE-0.03 - 25 Nov 2008 03:38:57 UTC

Graphics::Color - Device and library agnostic color spaces. River stage two • 10 direct dependents • 18 total dependents

Graphics color is a device and library agnostic system for creating and manipulating colors in various color spaces....

GPHAT/Graphics-Color-0.31 - 09 Dec 2014 23:46:25 UTC

Graphics::Raylib - Perlish wrapper for Raylib videogame library River stage zero No dependents

ATHREEF/Graphics-Raylib-0.025 - 03 Feb 2019 10:44:29 UTC

Graphics::HotMap - generate thermographic images. River stage zero No dependents

Generate thermographic images from a few know points. Others values are interpolated. Graphics::HotMap use PDL to work on matrix. PDL can compute very very large matrix in a few seconds. See <http://kumy.org/HotMap/HotMap.png> FUNCTIONS POD ERRORS He...

KUMY/Graphics-HotMap-0.0001 - 26 Dec 2011 17:55:08 UTC

Graphics::Simple - a simple , device-independent graphics API for Perl River stage zero No dependents

Ever had a Commodore C-64 or Vic-20 or some other of the machines of that era? Where doing graphics was as simple as line 20,20,50,30; and you didn't have to go through things like "XOpenDisplay" etc. This module tries to bring back the spirit of tha...

LUKKA/Graphics-Simple-0.04 - 25 Apr 1999 18:08:52 UTC

Graphics::PLplot - Perl interface to the PLplot plotting library River stage zero No dependents

This module provides a perl interface to the PLplot plotting library available from http://www.plplot.org. The interface is very similar to the C interface except that: - Arrays are passed in by reference - If the number of elements in an array is re...

TJENNESS/Graphics-PLplot-0.03 - 07 Mar 2004 22:02:21 UTC

Graphics::Plotter - Perl extension for C++ plotter library from GNU plotutils River stage zero No dependents

Graphics::Plotter module is the Perl implementation of the GNU plotutils' libplotter library - C++ function library for device-independent two-dimensional vector graphics. There is also libplot library, based on C code, but with C++ library you do no...

MAKLER/Graphics-Plotter-1.0.2 - 26 May 2006 08:53:06 UTC

Graphics::Potrace - bindings to the potrace library River stage zero No dependents

Potrace (<http://potrace.sourceforge.net/>) is a program (and a library) by Peter Selinger for *Transforming bitmaps into vector graphics*. This distribution aims at binding the library from Perl for your fun and convenience....

POLETTIX/Graphics-Potrace-0.76 - 12 Sep 2016 20:14:34 UTC

Graphics::Libplot - Perl extension for libplot plotting library River stage zero No dependents

This module lets you create plots by calling the routines in the libplot library. The libplot library is included in the plotutils package. Wrappers for each published C function are present. So the section of the plotutils info pages on programming ...

ETJ/Graphics-Libplot-2.2.3 - 14 Oct 2021 20:29:24 UTC

Graphics::Skullplot - Plot the result of an SQL select (e.g. from an emacs shell window) River stage zero No dependents

Graphics::Skullplot is a module that works with the result from a database select in the common tabular text "data box" format. It has routines to generate and display plots of the data in png format. Internally it uses the Table::BoxFormat module to...

DOOM/Graphics-Skullplot-0.02 - 16 Nov 2018 02:32:13 UTC

Graphics::Primitive - Device and library agnostic graphic primitives River stage two • 10 direct dependents • 13 total dependents

Graphics::Primitive is library agnostic system for drawing things. The idea is to allow you to create and manipulate graphical components and then pass them off to a Driver for actual drawing....

GPHAT/Graphics-Primitive-0.67 - 22 Jan 2015 03:38:43 UTC

Graphics::GnuplotIF - A dynamic Perl interface to gnuplot River stage one • 5 direct dependents • 5 total dependents

Graphics::GnuplotIF is a simple and easy to use dynamic Perl interface to gnuplot. gnuplot is a freely available, command-driven graphical display tool for Unix. It compiles and works quite well on a number of Unix flavours as well as other operating...

MEHNER/Graphics-GnuplotIF-1.8 - 02 Jan 2016 11:52:55 UTC
590 results (0.024 seconds)