memory string of jpeg
memory string of jpeg
I have a string in memory of a jpeg file. Is there a way to decompress this into an image?
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: memory string of jpeg
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
Please read viewtopic.php?f=1&t=9620
Re: memory string of jpeg
Use the Blob() method of Magick++ to read a JPEG memory blob.