Search results for "module:Imager::Fountain"
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.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::Fill - general fill types
Creates fill objects for use by most filled area drawing functions. All fills are created with the new method. new my $fill = Imager::Fill->new(...); The parameters depend on the type of fill being created. See below for details. The currently availa...
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