Perhapse not strongly game-related, I’m trying to modify the Exif headers in Jpeg images… that is I want to add comments into the file.
I already have a way of reading a input stream and modifying it, and then stream it into a outputstream. But this will create a new file, which i don’t want.
Isn’t there a way to simply open up a Jpeg file, add the comment, and then store it… without reading the whole file and creating a new file?