in reply to Image::Magick run around

Can you post the output of running

identify -list format

at the command prompt to check what image formats are supported on your system?

Replies are listed 'Best First'.
Re^2: Image::Magick run around
by skelooth (Novice) on May 30, 2008 at 15:30 UTC
    Marto: They are all listed as rw, but the Perl module seems to be blind

    Mirod: That works WONDERFULLY, you are correct, the overhead of spawning a subshell is negligible. All my vote are belong to you. I can get back to actually programming now.