ImageFormat enumeration

ImageFormat enumeration

Specifies the file format of the image. This class is deprecated and will be replaced by WebImageFormat.

The ImageFormat type exposes the following members:

Fields

FieldDescription
JPEGThe Joint Photographic Experts Group (JPEG) image format.
PNGThe W3C Portable Network Graphics (PNG) image format.
BMPThe bitmap (BMP) image format.
GIFThe Graphics Interchange Format (GIF) image format.
TIFFThe Tagged Image File Format (TIFF) image format.
WEBPThe Web Picture format (WebP), a modern image format that provides superior lossless and lossy compression for images on the web.

See Also