in reply to Re^2: reading image blob w/Image::Magick
in thread reading image blob w/Image::Magick
despite that, IO::Scalar wouldn't work?$image = Image::Magick->new; open(IMAGE, 'image.gif'); $image->Read(file=>\*IMAGE); close(IMAGE);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: reading image blob w/Image::Magick
by salva (Canon) on Apr 16, 2006 at 22:12 UTC |