I have a 2D array of integers in c#.
Each entry in the 2-D array correspond to a pixel value
How can i make this 2-D array into an image file (in C#)
Would projecting the array into a base64 string for streaming into a Bitmap be slow too?
Bitmap