Search results for "module:Imager::Fill"
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 - 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::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::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::Preprocess - simple preprocessor for handling multiple sample sizes
This is a simple preprocessor that aims to reduce duplication of source code when implementing an algorithm both for 8-bit samples and double samples in Imager. Imager's "Makefile.PL" currently scans the MANIFEST for .im files and adds Makefile files...
TONYC/Imager-1.022 - 02 Dec 2023 23:32:54 UTC
Imager::Font::Wrap - simple wrapped text output
This is a simple text wrapper with options to control the layout of text within the line. You can control the position, width and height of the text with the "image", "x", "y", "width" and "height" options. You can simply calculate space usage by set...
TONYC/Imager-1.022 - 02 Dec 2023 23:32:54 UTC
Image::Base::Imager - draw images using Imager
"Image::Base::Imager" extends "Image::Base" to create or update image files using the "Imager" module. As of Imager 0.80 the supported file formats for read and write include the following. See Imager::Files for the full list. PNG JPEG TIFF PNM GIF B...
KRYDE/Image-Base-Imager-14 - 16 Mar 2019 22:54:28 UTC
Imager::Bing::MapLayer - create a map layer for Bing Maps
This module is a wrapper around the Imager::Draw module, which allows you to create Bing map layers using longitude and latitude coordinates. The module will automatically map them to the appropriate points on tile files. It adds the following option...
RRWO/Imager-Bing-MapLayer-v0.1.9 - 14 Sep 2014 13:09:45 UTC
Imager::Graph::Vertical
This is a base class that implements the functionality for column, stacked column, line and area charts where the dependent variable is represented in changes in the vertical position. The subclasses, Imager::Graph::Column, Imager::Graph::StackedColu...
TONYC/Imager-Graph-0.12 - 12 May 2015 08:41:33 UTC
Imager::Graph::Horizontal - A super class for line/bar charts
This is a base class that implements base functionality for line and bar charts. The sub-classes, Imager::Graph::Bar and Imager::Graph::Line simply provide default data series types....
TONYC/Imager-Graph-0.12 - 12 May 2015 08:41:33 UTC
Catalyst::Controller::Imager - generate scaled or mangled images
A Catalyst Controller that generates image files in any size you request and optionally converts the image format. Images are taken from a cache directory if possible and desired or generated on the fly. The Cache-directory has a structure that is ve...
WKI/Catalyst-Controller-Imager-0.06 - 12 Jan 2015 19:12:35 UTC
Imager::Filter::RoundedCorner - Make nifty images with Imager
This filter fill image's corner with 'bg' color as rounded corner. Filter parameters are: radius corner's radius bg background color aa antialias flag. 1 = on (default: 0) border_width border width (default: 0) border_color border color (default: #00...
TYPESTER/Imager-Filter-RoundedCorner-0.02 - 15 Jun 2006 14:35:59 UTC
Imager::Bing::MapLayer::Level - zoom levels for Bing Maps
This module is for internal use by Imager::Bing::MapLayer....
RRWO/Imager-Bing-MapLayer-v0.1.9 - 14 Sep 2014 13:09:45 UTC