http://www.perlmonks.org?node_id=635052


in reply to image processing using perl

This is probably obvious, but just in case you didn't think of it, I will mention an unrecommended but simple solution.

If you want to avoid the hard work and your needs are simple, you could just call external commands with backticks and/or system, etc.

I don't generally recommend this kind of shortcut, but it may appropriate in certain cases.

If you're on a Unix host, look at the documentation for "mogrify".

non-Perl: Andy Ford