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#)
If speed is not a concern - Bitmap + SetPixel and than save to a file: http://msdn.microsoft.com/en-us/library/system.drawing.bitmap.setpixel.aspx