Magick(3pm) User Contributed Perl Documentation Magick(3pm)
NAME
Image::Magick - Perl extension for calling ImageMagick's libMagick methods
SYNOPSIS
use Image::Magick;
$p = new Image::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 ImageMagick library. It was originally developed to be used
by CGI scripts for Web pages.
A Web page has been set up for this extension. See:
file:///usr/share/doc/ImageMagick-6.3.7/www/perl-magick.html
http://www.imagemagick.org/script/perl-magick.php
AUTHOR
Kyle Shorter magick-users AT imagemagick.org
BUGS
Has all the bugs of ImageMagick and much, much more!
SEE ALSO
perl(1).
perl v5.10.0 2010-11-16 Magick(3pm)
Generated by $Id: phpMan.php,v 4.49 2006/02/26 13:18:18 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2012-05-24 14:39 @38.107.179.236 Crawled by CCBot/1.0 (+http://www.commoncrawl.org/bot.html)