> $image->BlobToImage($blob);

Try

  $x = $image->BlobToImage($blob);
  warn "$x";

and PerlMagick will report what it does not like about your image.  Also be
sure to set the image format, size, and depth (e.g. magick=>'gray',
size=>'640x480',depth=>8).
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to