Enum ImageFormat
Represents format of an image.
Namespace: DisCatSharp
Assembly: DisCatSharp.dll
Syntax
public enum ImageFormat
Fields
Name | Description |
---|---|
Auto | The format will be automatically detected |
Gif | The format is a gif |
Jpeg | The format is a jpeg |
Png | The format is a png |
Unknown | The format is unknown |
WebP | The format is a webp |