Read raw image data from memory
Read raw image data from memory
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?
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: Read raw image data from memory
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.
MagickReadImageBlob() sounds like exactly what you need, at least without knowing a lot more information.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/