[magick-users] Read bitmap into image structure.

duc.sequere.aut.de.via.decede at imagemagick.org duc.sequere.aut.de.via.decede at imagemagick.org
Thu Aug 6 09:01:35 PDT 2009


> 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().


More information about the Magick-users mailing list