Graphics::Magick (3)
Leading comments
Automatically generated by Pod::Man 4.09 (Pod::Simple 3.35) Standard preamble: ========================================================================
NAME
Graphics::Magick - Perl extension for calling GraphicsMagick's libGraphicsMagick routinesSYNOPSIS
use Graphics::Magick; p = new Graphics::Magick; p->Read("imagefile"); p->Set(attribute => value, ...) ($a, ...) = p->Get("attribute", ...) p->routine(parameter => value, ...) p->Mogrify("Routine", parameter => value, ...) p->Write("filename");
DESCRIPTION
This Perl extension allows the reading, manipulation and writing of a large number of image file formats using the GraphicsMagick library. It was originally developed to be used byCGI
scripts for Web pages.
A Web page has been set up for this extension. See:
www.GraphicsMagick.org/www/perl.html