using System.IO;
using System.Drawing;
public class Program {
public static void Main() {
Image.FromStream(new MemoryStream(new byte[1024]));
}