|
|
| Think about Loose Coupling | |
| PerlMonks |
Re: image processing using perlby andyford (Curate) |
| on Aug 25, 2007 at 14:16 UTC ( #635052=note: print w/ replies, xml ) | Need Help?? |
|
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
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||