ImageFormat Enumeration
Supported image formats.
Namespace: Lumia.Imaging
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255
| Member name | Value | Description | |
|---|---|---|---|
| Undefined | 0 | The image format is undefined (or should be auto-detected). | |
| Jpeg | 1 | The image is in JPEG format. | |
| Png | 2 | The image is in PNG format. | |
| Gif | 3 | The image is in GIF format. | |
| Bmp | 4 | The image is in BMP format. | |
| Wbmp | 5 | The image is in WBMP format. | |
| Tiff | 6 | The image is in TIFF format. |
Show: