in reply to
reading image blob w/Image::Magick
As an alternative to the solutions with blobs, you could use
LWP::Simple
's
getstore($url, $file)
function instead, then pass the file to ImageMagick.
Comment on
Re: reading image blob w/Image::Magick
Download
Code
In Section
Seekers of Perl Wisdom