Search results for "module:Imager::Color"
Imager::Color - Color handling for Imager.
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.022 - 02 Dec 2023 23:32:54 UTC
Imager::Color::Table - built-in Imager color table
This class provides a base color table for use in resolving color names. The table contains the standard X11 "rgb.txt" colors. This table is not included as part of Imager::Color itself since it's moderately large. There is only one method: get my @r...
TONYC/Imager-1.022 - 02 Dec 2023 23:32:54 UTC
Imager::Color::Float - Rough floating point sample color handling
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. A floating point Imager color consists of up to four components, each in the range 0.0 to 1...
TONYC/Imager-1.022 - 02 Dec 2023 23:32:54 UTC
Imager::CountColor - demonstrates writing a simple function using Imager.
This module is a simple demonstration of how to create an XS module that works with Imager objects. You may want to copy the source for this module as a start....
TONYC/Imager-1.022 - 02 Dec 2023 23:32:54 UTC
Imager::TrimColorList - represent a list of color ranges for Imager's trim() method.
An Imager::TrimColorList represents a list of color ranges to supply to the trim() method. Each range can be either an 8-bit color range, ie. Imager::Color objects, or a floating point color range, ie. Imager::Color::Float objects, these can be mixed...
TONYC/Imager-1.022 - 02 Dec 2023 23:32:54 UTC
Imager - Perl extension for Generating 24 bit Images
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.022 - 02 Dec 2023 23:32:54 UTC
Imager::Plot - Perl extension for generating fancy graphic plots in color.
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::Trim - automatic cropping for images using Imager.
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::Test - common functions used in testing Imager
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.022 - 02 Dec 2023 23:32:54 UTC
Imager::Fill - general fill types
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.022 - 02 Dec 2023 23:32:54 UTC
Imager::Font - Font handling for Imager.
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.022 - 02 Dec 2023 23:32:54 UTC
Imager::Graph - Perl extension for producing Graphs using the Imager library.
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
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::QRCode - Generate QR Code with Imager using libqrencode
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::Expr - implements expression parsing and compilation for the expression evaluation engine used by Imager::transform2()
This module is used internally by the Imager::transform2() function. You shouldn't have much need to use it directly, but you may want to extend it. To create a new Imager::Expr object, call: my %options; my $expr = Imager::Expr->new(\%options) or di...
TONYC/Imager-1.022 - 02 Dec 2023 23:32:54 UTC
Imager::Heatmap - Perl extension for drawing Heatmap using Imager
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::Fountain - a class for building fountain fills suitable for use by the fountain filter.
Provide an interface to build arrays suitable for use by the Imager fountain filter. These can be loaded from or saved to a GIMP gradient file or you can build them from scratch. read(gimp=>$filename) read(gimp=>$filename, name=>\$name) Loads a gradi...
TONYC/Imager-1.022 - 02 Dec 2023 23:32:54 UTC
Imager::LineTrace - Line tracer
# 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
Geo::OSM::Imager - simplifies plotting onto OpenStreetMap tiles
This module sets up an Imager object made of OpenStreetMap tiles, for drawing of geographic data. Beware of over-using OpenStreetMap tile servers, and see the usage policy at https://operations.osmfoundation.org/policies/tiles/ . Be hesitant about dr...
FIREDRAKE/Geo-OSM-Imager-0.04 - 27 Oct 2021 13:01:37 UTC