@@ -6,32 +6,32 @@ namespace MediaBrowser.Model.Drawing
public enum ImageFormat
{
/// <summary>
- /// The BMP.
+ /// BMP format.
/// </summary>
Bmp,
- /// The GIF.
+ /// GIF format.
Gif,
- /// The JPG.
+ /// JPG format.
Jpg,
- /// The PNG.
+ /// PNG format.
Png,
- /// The webp.
+ /// WEBP format.
Webp,
- /// The svg format.
+ /// SVG format.
Svg,
}