Skip to content

Instantly share code, notes, and snippets.

@ahmad2x4
Created September 21, 2012 05:06
Show Gist options
  • Save ahmad2x4/3759816 to your computer and use it in GitHub Desktop.
Save ahmad2x4/3759816 to your computer and use it in GitHub Desktop.
Empty image
Image image = new Bitmap(1,1);
MemoryStream ms = new MemoryStream();
image.Save(ms,System.Drawing.Imaging.ImageFormat.Bmp);
var test = ms.ToArray();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment