public static string GetExtensionName(this DiscordImageFormat f)
 => f.ToSystemFormat().GetExtensionName();
Пример #2
0
 public static void Save(Bitmap bmp, string path, DiscordImageFormat f)
 => Save(bmp, path, f.ToSystemFormat());