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

Search results for "module:Imager"

Imager - Perl extension for Generating 24 bit Images River stage three • 108 direct dependents • 121 total dependents

Imager is a module for creating and altering images. It can read and write various image formats, draw primitive shapes like lines,and polygons, blend multiple images together in various ways, scale, crop, render text and more. Overview of documentat...

TONYC/Imager-1.024 - 06 Apr 2024 02:24:09 UTC

Imager::GIF - a handy module for animated GIF processing River stage zero No dependents

This module will attempt to Do The Right Things regarding transformations on animated gifs. Imager, as compared to Imagemagick is far less magical; animated gifs aren't treated in any special way, they're just the sequence of ordinary images. In orde...

TADZIK/Imager-GIF-0.002 - 18 Jan 2013 14:16:33 UTC

Imager::Plot - Perl extension for generating fancy graphic plots in color. River stage zero No dependents

This is a module for generating fancy raster plots in color. There is support for drawing multiple datasets on the same plot, over a background image. It's even possible to do shadows with some thinking. It's also possible to generate clean plots wit...

ADDI/Imager-Plot-0.09 - 08 Aug 2002 06:07:43 UTC

Imager::Font - Font handling for Imager. River stage three • 108 direct dependents • 121 total dependents

This module manages, the font object returned by Imager::Font->new will typically be of a class derived from Imager::Font. new This creates a font object to pass to functions that take a font argument. $font = Imager::Font->new(file => 'denmark.ttf',...

TONYC/Imager-1.024 - 06 Apr 2024 02:24:09 UTC

Imager::Trim - automatic cropping for images using Imager. River stage zero No dependents

This module extends "Imager" to allow automatic cropping of images. The method is similar as used in image editors (e.g. "magic wand") or with ImageMagick's "trim" (e.g. 'convert image.jpg -fuzz 50 -background white -trim cropped_image.jpg')....

SPOT/Imager-Trim-0.007 - 24 Aug 2016 12:20:00 UTC

Imager::Fill - general fill types River stage three • 108 direct dependents • 121 total dependents

Creates fill objects for use by most filled area drawing functions. All fills are created with the new method. new my $fill = Imager::Fill->new(...); The parameters depend on the type of fill being created. See below for details. The currently availa...

TONYC/Imager-1.024 - 06 Apr 2024 02:24:09 UTC

Imager::Test - common functions used in testing Imager River stage three • 108 direct dependents • 121 total dependents

This is a repository of functions used in testing Imager. Some functions will only be useful in testing Imager itself, while others should be useful in testing modules that use Imager. No functions are exported by default....

TONYC/Imager-1.024 - 06 Apr 2024 02:24:09 UTC

Imager::zxing - decode barcodes from Imager images using libzxing River stage zero No dependents

A primitive wrapper around zxing-cpp This requires at least 1.4.0 of zxing-cpp, but 2.1.0 is preferable. Currently only supports decoding and doesn't expose much of the interface. To use this: 1. Create a decoder object: use Imager::zxing; my $decode...

TONYC/Imager-zxing-1.001 - 13 Sep 2023 09:12:25 UTC

Imager::Color - Color handling for Imager. River stage three • 108 direct dependents • 121 total dependents

This module handles creating color objects used by Imager. The idea is that in the future this module will be able to handle color space calculations as well. An Imager color consists of up to four components, each in the range 0 to 255. Unfortunatel...

TONYC/Imager-1.024 - 06 Apr 2024 02:24:09 UTC

Imager::Graph - Perl extension for producing Graphs using the Imager library. River stage one • 2 direct dependents • 2 total dependents

Imager::Graph provides style information to its base classes. It defines the colors, text display information and fills based on both built-in styles and modifications supplied by the user to the draw() method. POD ERRORS Hey! The above document had ...

TONYC/Imager-Graph-0.12 - 12 May 2015 08:41:33 UTC

Imager::Tiler - package to aggregate images into a single tiled image via Imager River stage zero No dependents

Creates a new tiled image from a set of input images. Various arguments may be specified to position individual images, or the default behaviors can be used to create an reasonable placement to fill a square image....

ZOFFIX/Imager-Tiler-1.010002 - 23 Apr 2015 11:41:40 UTC

Imager::Album - Perl extension for processing Images for output to web. River stage zero No dependents

Stub documentation for Imager::Album, created by h2xs. It looks like the author of the extension was negligent enough to leave the stub unedited. Blah blah blah. EXPORT None by default....

ADDI/Imager-Album-0.06 - 14 Aug 2002 13:49:08 UTC

Imager::Probe - hot needle of inquiry for libraries River stage three • 108 direct dependents • 121 total dependents

Does the probes that were hidden in Imager's Makefile.PL, pulled out so the file format libraries can be externalized. The return value is either nothing if the probe fails, or a hash containing: * "INC" - "-I" and other C options * "LIBS" - "-L", "-...

TONYC/Imager-1.024 - 06 Apr 2024 02:24:09 UTC

Imager::Search - Find images within other images River stage zero No dependents

The regular expression engine provided with Perl has demonstrated itself to be both fully featured and extremely fast for tasks involving searching for patterns within a string. The CPAN module Imager has demonstrated robust functionality and excelle...

ADAMK/Imager-Search-1.01 - 29 May 2011 01:33:17 UTC

Imager::Simple - Make easy things easy with Imager River stage zero No dependents

Imager is a powerful module for processing image data, but it is the power that makes it sometimes hard to use for simple tasks, like for example read an image, scale it, convert it to another format and save it somewhere. This module tries to DWIM w...

GRAF/Imager-Simple-0.010003 - 20 Sep 2010 21:21:47 UTC

Imager::QRCode - Generate QR Code with Imager using libqrencode River stage one • 3 direct dependents • 3 total dependents

This module allows you to generate QR Code with Imager. This module use libqrencode '2.0.0' and above....

KURIHARA/Imager-QRCode-0.035 - 12 Oct 2016 04:16:39 UTC

Imager::Regops - generated information about the register based virtual machine River stage three • 108 direct dependents • 121 total dependents

This module is generated automatically from regmach.h so we don't need to maintain the same information in at least one extra place. At least that's the idea....

TONYC/Imager-1.024 - 06 Apr 2024 02:24:09 UTC

Imager::Montage - montage images River stage zero No dependents

CORNELIUS/Imager-Montage-0.02 - 29 Nov 2007 04:03:02 UTC

Imager::Heatmap - Perl extension for drawing Heatmap using Imager River stage zero No dependents

Imager::Heatmap is a module to draw heatmap using Imager. This module calculates probability density matrix from input data and map a color for each pixels to represent density of input data....

KAWAMURAY/Imager-Heatmap-0.03 - 29 Sep 2012 02:00:20 UTC

Imager::ExtUtils - functions handy in writing Imager extensions River stage three • 108 direct dependents • 121 total dependents

base_dir Returns the base directory where Imager is installed. POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 3: =over without closing =back...

TONYC/Imager-1.024 - 06 Apr 2024 02:24:09 UTC
162 results (0.026 seconds)