Search results for "module:Imager::Transform"
Imager::Transform - a library of register machine image transformations
This module provides a library of transformations that use the Imager transform2() function. The aim is to provide a place to collect these transformations. At some point there might be an interface to add new functions, but there's not a whole lot o...
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::GIF - a handy module for animated GIF processing
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
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
Graphics::VTK::Rendering - A Perl interface to VTKRendering library
Graphics::VTK::Rendering is an interface to the Rendering libaray of the C++ visualization toolkit VTK.....
CERNEY/Graphics-VTK-4.0.001 - 01 Feb 2003 15:47:39 UTC
Imager::Matrix2d - simple wrapper for matrix construction
This class provides a simple wrapper around a reference to an array of 9 coefficients, treated as a matrix: [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] Most of the methods in this class are constructors. The others are overloaded operators. Note that since Imager ...
TONYC/Imager-1.022 - 02 Dec 2023 23:32:54 UTC
Imager::DTP::Line - line handling module for Imager::DTP package.
Imager::DTP::Line is a module intended for handling chunk of letters lined-up in a single vector, out of the whole text string (sentence or paragraph). Here, the word "Line" is meant to be "a single row", "a single row in a text-wrapped textbox", and...
BASHI/Imager-DTP-0.06 - 19 Jan 2007 06:05:44 UTC
Imager::DTP::Letter - letter handling module for Imager::DTP package
Imager::DTP::Letter is a module intended for handling each letter/character in a whole text string (sentence or paragraph). Each Imager::DTP::Letter instance will hold one letter/character internally, and it holds various information about the letter...
BASHI/Imager-DTP-0.06 - 19 Jan 2007 06:05:44 UTC
Imager::DTP::Textbox - multi-byte text handling module with text wrapping and line alignment, for use with Imager.
Imager::DTP::Textbox is a module intended for handling sentences and paragraphs consisted with multi-byte characters, such as Japanese and Chinese. It supports text wrapping and line alignment, and is able to draw text string vertically from top to b...
BASHI/Imager-DTP-0.06 - 19 Jan 2007 06:05:44 UTC
Imager::Font::FreeType2 - low-level functions for FreeType2 text output
Imager::Font creates a Imager::Font::FreeType2 object when asked to. See Imager::Font to see how to use this type. This class provides low-level functions that require the caller to perform data validation. This driver supports: transform() dpi() dra...
TONYC/Imager-1.022 - 02 Dec 2023 23:32:54 UTC