Search results for "module:Imager::Expr"
Imager::Expr - implements expression parsing and compilation for the expression evaluation engine used by Imager::transform2()
This module is used internally by the Imager::transform2() function. You shouldn't have much need to use it directly, but you may want to extend it. To create a new Imager::Expr object, call: my %options; my $expr = Imager::Expr->new(\%options) or di...
TONYC/Imager-1.022 - 02 Dec 2023 23:32:54 UTC
Imager::Expr::Assem - an assembler for producing code for the Imager register machine
This module is a simple Imager::Expr compiler that compiles a low-level language that has a nearly 1-to-1 relationship to the internal representation used for compiled register machine code. Syntax Each line can contain multiple statements separated ...
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