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.015 - 07 May 2022 04:35:16 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.015 - 07 May 2022 04:35:16 UTC
Imager::Probe - hot needle of inquiry for libraries
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.015 - 07 May 2022 04:35:16 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::Simple - Make easy things easy with Imager
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::File::SGI - read MS Icon files
Imager's MS Icon support is documented in Imager::Files....
TONYC/Imager-1.015 - 07 May 2022 04:35:16 UTC
Imager::File::ICO - read MS Icon files
Imager's MS Icon support is documented in Imager::Files....
TONYC/Imager-1.015 - 07 May 2022 04:35:16 UTC
Imager::File::GIF - read and write GIF files
Imager's GIF support is documented in Imager::Files....
TONYC/Imager-File-GIF-0.97 - 27 Apr 2022 05:22:28 UTC
Imager::File::PNG - read and write PNG files
Imager's PNG support is documented in Imager::Files....
TONYC/Imager-File-PNG-0.97 - 28 Apr 2022 07:24:18 UTC
Imager::File::QOI - read and write QOI image files
Implements QOI file support for Imager....
TONYC/Imager-File-QOI-0.010 - 30 Apr 2022 08:49:41 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.015 - 07 May 2022 04:35:16 UTC
Imager::File::HEIF - read and write HEIF files
Implements .heif file support for Imager....
TONYC/Imager-File-HEIF-0.003 - 04 Apr 2019 23:12:23 UTC
Imager::File::WEBP - read and write WEBP files
Implements .webp file support for Imager. Due to the limitations of "webp" grayscale images are written as RGB images....
TONYC/Imager-File-WEBP-0.005 - 19 Apr 2019 01:30:56 UTC
Imager::File::TIFF - read and write TIFF files
Imager's TIFF support is documented in Imager::Files....
TONYC/Imager-File-TIFF-0.94 - 07 May 2022 04:36:55 UTC
Imager::File::JPEG - read and write JPEG files
Imager's JPEG support is documented in Imager::Files. Besides providing JPEG support, Imager::File::JPEG has the following methods: libjpeg_version() Imager::File::JPEG->libjpeg_version(); Returns version information about the variety of "libjpeg" Im...
TONYC/Imager-File-JPEG-0.96 - 07 May 2022 04:36:44 UTC
Imager::Image::Xpm - load XPM files into Imager objects
Load a XPM file into an Imager object using Image::Xpm. The "none" pseudo color will be converted into transparent pixels. EXAMPLE Convert an XPM file to a PNG file: use Imager::Image::Xpm; Imager::Image::Xpm->new(file => $xpm_file)->write(file => $p...
SREZIC/Imager-Image-Base-0.02 - 31 Mar 2015 19:52:19 UTC
Imager::Image::Xbm - load X11 bitmap files into Imager objects
Load a XBM (X11 bitmap) file into an Imager object using Image::Xbm. EXAMPLE Convert an XBM file to a PNG file: use Imager::Image::Xbm; Imager::Image::Xbm->new(file => $xbm_file)->write(file => $png_file, type => 'png');...
SREZIC/Imager-Image-Base-0.02 - 31 Mar 2015 19:52:19 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.015 - 07 May 2022 04:35:16 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