Table of Contents

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

FormatCommand

Gif

Gets the Gif encoding format.

public static FormatCommand Gif { get; }

Property Value

FormatCommand

Jpg

Gets the Jpg encoding format.

public static FormatCommand Jpg { get; }

Property Value

FormatCommand

Png

Gets the Png encoding format.

public static FormatCommand Png { get; }

Property Value

FormatCommand

Tga

Gets the Tga encoding format.

public static FormatCommand Tga { get; }

Property Value

FormatCommand

WebP

Gets the WebP encoding format.

public static FormatCommand WebP { get; }

Property Value

FormatCommand