Ryan wrote:
See the Perl interface of ImageMagick at:
http://www.imagemagick.org/script/api.php#perl
(Warning, not exactly simple)
Really? I've found its quite easy as long as you follow best practices
(Damian Conway) so that you can read your code later.
Fiddling with images is of itself fairly complex, and the various
graphic modules make it quite simple. Its just there's so many methods
and what not (again because images are complex creatures) that you will
likely need the documentation to job your memory from time to time.
GD and Imager are also good ;)
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>