Class Format
Contains reusable static instances of known image formats.
Inherited Members
Namespace: SixLabors.ImageSharp.Web
Assembly: SixLabors.ImageSharp.Web.dll
Syntax
public static class Format
Properties
| Edit this page View SourceBmp
Gets the Bmp encoding format.
Declaration
public static FormatCommand Bmp { get; }
Property Value
Type | Description |
---|---|
FormatCommand |
Gif
Gets the Gif encoding format.
Declaration
public static FormatCommand Gif { get; }
Property Value
Type | Description |
---|---|
FormatCommand |
Jpg
Gets the Jpg encoding format.
Declaration
public static FormatCommand Jpg { get; }
Property Value
Type | Description |
---|---|
FormatCommand |
Png
Gets the Png encoding format.
Declaration
public static FormatCommand Png { get; }
Property Value
Type | Description |
---|---|
FormatCommand |
Tga
Gets the Tga encoding format.
Declaration
public static FormatCommand Tga { get; }
Property Value
Type | Description |
---|---|
FormatCommand |
WebP
Gets the WebP encoding format.
Declaration
public static FormatCommand WebP { get; }
Property Value
Type | Description |
---|---|
FormatCommand |