Writing byte array into image file
Hi!
I have a byte array which contents the data of an image file. Assuming that the image in the byte array format is not corrupted, what ways can I write into a file in a directory, eg: C:\image.jpg?
Please advise on the ways I can do it, if possible, could you please include the an example?
Thank you!
|