public static string GetExtensionName(this DiscordImageFormat f)
 => f.ToSystemFormat().GetExtensionName();
Ejemplo n.º 2
0
 public static void Save(Bitmap bmp, string path, DiscordImageFormat f)
 => Save(bmp, path, f.ToSystemFormat());