> Is there any way to read that buffer into "image"

You can use BlobToImage() and set the image_info members

  size - the image dimensions
  magick - the format, for example RGBA
  depth - the depth, for example 8

You can also create an image and then call ImportImagePixels().
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to