Exemple #1
0
 public static void SaveTGA(this Bitmap bmp, string path)
 {
     TGA.ToFile(bmp, path);
 }