Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Converting byte[] into an Image object
#3
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?
Reply


Messages In This Thread
Converting byte[] into an Image object - by Nikkey - 2009-11-17, 02:30 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)