On Tue, 3 Sep 2002, David T-G wrote:
> % all im trying to do is run the shell command: 
> % 
> % convert -quality 40 image.jpg resampled_image.jpg
> 
> Better yet, you should grab the PerlMagick module and just run the
> commands from within your perl script and forget the system call (or
> backticks or, IIRC, qx quoting).

Word to the wise: PerlMagick is _not_ the easiest thing in the world to 
use (especially if you have to install PerlMagick yourself instead of 
from .rpm). You can spend _a_lot_ of time installing/learning PerlMagick! 
If `convert` works for you, you might want to stay with that.

-- 
Eric P.
Sunnyvale, CA


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to