WebImageFormat Enum

WebImageFormat enumeration

Specifies the supported image formats.

public enum WebImageFormat

Values

NameValueDescription
Bmp0The BMP image format.
Gif1The GIF image format.
Ico2The ICO image format.
Jpeg3The JPEG image format.
Png4The PNG image format.
Wbmp5The WBMP image format.
Webp6The WEBP image format.
Pkm7The PKM image format.
Ktx8The KTX image format.
Astc9The ASTC image format.
Dng10The Adobe DNG image format.
Heif11The HEIF or High Efficiency Image File format.
Avif12Avif image type.
Tiff13Tiff image type.
Unknown14An unknown image type.

See Also