|
From: Raphael F. <rap...@gm...> - 2016-02-20 22:27:06
|
Hi tntnet, say I have stored an image test.jpg in the server like in the tutorial: $ ecppc -b -m image/jpeg picture.jpg $ g++ -c -fPIC picture.cpp Now I would like to access the binary data of the image to create another version on the fly. How would I go about to do this? Thank you Raphael |