skelooth has asked for the wisdom of the Perl Monks concerning the following question:
All I want to do (seriously) is resize a bunch of images in jpg, gif, tiff, eps, psd, ai, and qxd format to produce some thumbnails. ImageMagick claims to be able to do this.
First I tried the ubuntu package from it's repository, it provided no command line tools, and PerlMagick was only converting jpg and a select few eps.
So I compiled image::magick from source --with-perl, only now the command line tools work properly but the Image::Magick module does not open *any* file.
I would be entirely grateful if anyone has experienced something similiar and knows how to fix it, or if anyone has a different solution that can be worked into my program without moving mountains.
Thank you for any help you can give.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Image::Magick run around
by mirod (Canon) on May 30, 2008 at 14:45 UTC | |
by skelooth (Novice) on May 30, 2008 at 15:08 UTC | |
|
Re: Image::Magick run around
by marto (Cardinal) on May 30, 2008 at 15:25 UTC | |
by skelooth (Novice) on May 30, 2008 at 15:30 UTC |