Ejemplo n.º 1
0
 public static void SaveTGA(this Bitmap bmp, FileStream stream)
 {
     TGA.ToStream(bmp, stream);
 }