Page 1 of 1

Read raw image data from memory

Posted: 2012-04-03T06:24:13-07:00
by emimull
Hello! I am new to ImageMagick and MagickWand. I want to read raw image data directly from memory. Is MagickReadImageBlob() the right way to go? Is a 'blob' an array of bytes?

Re: Read raw image data from memory

Posted: 2012-04-03T18:03:15-07:00
by anthony
A blob is just a 'binary string' on known length. In ImageMagick it is typically a 'image file in memory'.

MagickReadImageBlob() sounds like exactly what you need, at least without knowing a lot more information.