Page 1 of 1

memory string of jpeg

Posted: 2016-05-05T16:02:51-07:00
by p8877dril
I have a string in memory of a jpeg file. Is there a way to decompress this into an image?

Re: memory string of jpeg

Posted: 2016-05-05T16:09:18-07:00
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

Re: memory string of jpeg

Posted: 2016-05-06T08:09:32-07:00
by magick
Use the Blob() method of Magick++ to read a JPEG memory blob.