Class Format
- Namespace
- SixLabors.ImageSharp.Web
- Assembly
- SixLabors.ImageSharp.Web.dll
Contains reusable static instances of known image formats.
public static class Format
- Inheritance
-
Format
- Inherited Members
Properties
Bmp
Gets the Bmp encoding format.
public static FormatCommand Bmp { get; }
Property Value
Gif
Gets the Gif encoding format.
public static FormatCommand Gif { get; }
Property Value
Jpg
Gets the Jpg encoding format.
public static FormatCommand Jpg { get; }
Property Value
Png
Gets the Png encoding format.
public static FormatCommand Png { get; }
Property Value
Tga
Gets the Tga encoding format.
public static FormatCommand Tga { get; }
Property Value
WebP
Gets the WebP encoding format.
public static FormatCommand WebP { get; }