Search results for "module:Imager::Font::Image"
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 - 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::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::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::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
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::Graph::Pie - a tool for drawing pie charts on Imager images
Imager::Graph::Pie is intender to make it simple to use Imager to create good looking pie graphs. Most of the basic layout and color selection is handed off to Imager::Graph. POD ERRORS Hey! The above document had some coding errors, which are explai...
TONYC/Imager-Graph-0.12 - 12 May 2015 08:41:33 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
ASP4x::Captcha::Imager - Imager-based CAPTCHA for your ASP4 web application.
"CAPTCHA" is the little security image containing a hard-to-read code that you may have seen on some websites. They are common on sign-up forms and email forms. The idea is that a bot or script can't read the image and can't guess the code. "ASP4x::C...
JOHND/ASP4x-Captcha-Imager-0.003 - 09 May 2011 19:27:07 UTC
Graph::Renderer::Imager - graph rendering interface for Imager
This module provides graph drawing through the "Imager" module. It takes an "Imager" object as the second parameter; it is best when the image has 4 channels....
PASKY/Graph-Layderer-0.03 - 11 Feb 2006 17:43:35 UTC