Search results for "module:Imager::Test"
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::Font::Test - font driver producing consistent output for tests.
Imager::Font::Test is intended to produce consistent output without being subject to the inconsistent output produced by different versions of font libraries. The output is simple box for the whole string....
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::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::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.022 - 02 Dec 2023 23:32:54 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::Screenshot - screenshot to an Imager image
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
Imager::SkinDetector - Try to detect skin tones and nudity in images
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
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::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::Filter::Bakumatsu - Photo vintage filter
Bakumatsu (幕末) is a name of the 19th century middle in the history of Japan. (<http://en.wikipedia.org/wiki/Bakumatsu>) This filter makes the photograph old likes taken in the Bakumatsu era. POD ERRORS Hey! The above document had some coding errors, ...
TOMITA/Imager-Filter-Bakumatsu-0.05 - 08 Sep 2016 05:30:45 UTC
Video::Capture::V4l::Imager - Capture images from a video webcam
Video::Capture::V4l::Imager captures still images from a USB video cam connected to your Linux box. The pictures come back as Imager objects (see the Imager module on CPAN for details) and can be easily manipulated and saved to disk. Video::Capture::...
MSCHILLI/Video-Capture-V4l-Imager-0.01 - 24 Feb 2007 22:30:28 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