memory string of jpeg

Magick++ is an object-oriented C++ interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning Magick++.
Post Reply
p8877dril
Posts: 1
Joined: 2016-05-05T15:58:50-07:00
Authentication code: 1151

memory string of jpeg

Post by p8877dril »

I have a string in memory of a jpeg file. Is there a way to decompress this into an image?
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: memory string of jpeg

Post by fmw42 »

I think you need to provide more details. What is your IM version and platform? What memory are you using -- IM or somewhere else. Is the string the location of the file or the actual binary file converted to ascii? Can you provide any code to help the developers answer your question.

Please read viewtopic.php?f=1&t=9620
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: memory string of jpeg

Post by magick »

Use the Blob() method of Magick++ to read a JPEG memory blob.
Post Reply