I need to be able to load images (jpeg, png etc.) from the memory in Boost::Gil framework.
Is there a way to do that?
Thanky for your answers!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The according to the documentation the read/convert functions only accept filenames as input, not general streams or pointers, so this seems to not be possible.
Grep on the header files seems to agree too:
and searches for
void *orchar *don’t return any relevant results either.