namespace MediaBrowser.Model.Drawing { /// /// Enum ImageOutputFormat /// public enum ImageOutputFormat { /// /// The original /// Original, /// /// The BMP /// Bmp, /// /// The GIF /// Gif, /// /// The JPG /// Jpg, /// /// The PNG /// Png, Webp } }