2009-11-17, 02:30 PM
Well, first of all, you have to parse the data given to you. I've worked with apngs before, so I know its documentation well (if you need that, that is). However, for static pictures, there should be some documentation on how to read that into a byte-array, write, concatenate and other stuff like that. Heck, it's even possible in Java, it should be possible in C#.
For 3: there should be some library to do that as well (I know, because Java offers to read a byte array to an image, and then print it as a picture)
But might I ask why you would like to do that without making a new temp file?
For 3: there should be some library to do that as well (I know, because Java offers to read a byte array to an image, and then print it as a picture)
But might I ask why you would like to do that without making a new temp file?

