Great and powerful perl monks, I once again come groveling for answers.
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.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.