Enum ImageFormat
- Namespace
- DisCatSharp
- Assembly
- DisCatSharp.dll
Represents format of an image.
public enum ImageFormat
Fields
Unknown = 0
The format is unknown
Jpeg = 1
The format is a jpeg
Png = 2
The format is a png
Gif = 3
The format is a gif
WebP = 4
The format is a webp
Auto = 5
The format will be automatically detected