ImageFileFormat Enumeration#
Syntax#
C#
VB
Members#
Member name | Value | Description | |
---|---|---|---|
Bmp | 0 | Windows Bitmap (BMP) format, no compression. | |
Tiff | 1 | Tagged Image File Format (TIFF), no compression. Supports mono images with more than 8 bit bit depth. | |
Jpeg | 2 | Joint Photographic Experts Group (JPEG) format. Lossy data compression. | |
Png | 3 | Portable Network Graphics (PNG) format. Lossless data compression. | |
Raw | 4 | Saves the raw image buffer data. Packed image formats are unpacked. In the format used for saving, the data cannot be loaded using ImagePersistence.Load |