ImageFormat Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the format of an image.
public enum class ImageFormat
public enum ImageFormat
type ImageFormat =
Public Enum ImageFormat
- Inheritance
-
ImageFormat
Fields
| Name | Value | Description |
|---|---|---|
| Png | 0 | Portable Network Graphics format, which supports lossless compression and transparency. |
| Jpeg | 1 | Joint Photographic Experts Group format, which uses lossy compression optimized for photographs. |
| Gif | 2 | Graphics Interchange Format, which supports animation and a limited color palette with transparency. |
| Tiff | 3 | Tagged Image File Format, which supports multiple images, layers, and various compression methods. |
| Bmp | 4 | Bitmap format, which stores pixel data with minimal or no compression. |