The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "imager"

Imager - Perl extension for Generating 24 bit Images River stage three • 112 direct dependents • 129 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 - Search in distribution

Imager::DTP - draw text with DTP app-like custom options River stage zero No dependents

. Imager::DTP is a text drawing add-on for Imager, with ability to draw text horizontally or vertically (from top to bottom), letter-based (not word-based) text wrapping for multi-byte characters, line alignment, and adjustment of distance between le...

BASHI/Imager-DTP-0.06 - 19 Jan 2007 06:05:44 UTC - Search in distribution

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

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

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

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

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

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

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

Imager::QRCode - Generate QR Code with Imager using libqrencode River stage one • 4 direct dependents • 7 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 - Search in distribution

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

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

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

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

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

Imager::LineTrace - Line tracer River stage zero No dependents

# Tracing clockwise from left top. Expected Input and Result # Enter a figure made up of line vertical or horizontal. my $img = Imager::LineTrace->new( xsize => 16, ysize => 16 ); $img->box( filled => 1, color => 'white' ); $img->setpixel( x => 3, y ...

TMITOH/Imager-LineTrace-0.06 - 10 Aug 2014 05:53:28 UTC - Search in distribution

Imager::Barcode128 - Create GS1-128 compliant bar codes using Imager River stage zero No dependents

If you want to generate GS1-128 compliant bar codes using Imager then look no further!...

RIZEN/Imager-Barcode128-0.0103 - 21 Jan 2019 18:14:18 UTC - Search in distribution

Imager::Screenshot - screenshot to an Imager image River stage one • 2 direct dependents • 5 total dependents

Imager::Screenshot captures either a desktop or a specified window and returns the result as an Imager image. Currently the image is always returned as a 24-bit image. screenshot hwnd => *window handle* screenshot hwnd => *window handle*, decor => <c...

TONYC/Imager-Screenshot-0.014 - 05 Dec 2019 10:31:35 UTC - Search in distribution

Imager::AverageGray - Finds the average gray for a Imager object or image. River stage zero No dependents

VVELOX/Imager-AverageGray-0.0.0 - 09 Apr 2009 00:24:55 UTC - Search in distribution

Imager::SkinDetector - Try to detect skin tones and nudity in images River stage zero No dependents

Have you ever needed to know if an image has some amount of skin tone color? Did you find some tool to do it? Free software? Yes? If so, please tell me right now! If not, welcome to Imager-SkinDetector. It uses Imager as processing engine, so it shou...

COSIMO/Imager-SkinDetector-0.05 - 18 Oct 2008 21:13:44 UTC - Search in distribution

Imager::ExifOrientation - A picture is rotated using Orientation of Exif River stage zero No dependents

Imager::ExifOrientation is a picture is rotated based on the information on Exif. rotate method rotates based on an original jpeg picture. It is rotated to Imager object by using Filter....

YAPPO/Imager-ExifOrientation-0.07 - 27 Jan 2011 11:49:53 UTC - Search in distribution
165 results (0.145 seconds)