ImageFormat Enumeration
An enumeration of all supported image formats.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public enum ImageFormat
Values
Value name | Value | Description |
---|---|---|
Bmp | 0 | Bitmap (BMP) image format. |
Gif | 1 | Graphics Interchange Format (GIF) image format. |
Jpeg | 2 | Joint Photographic Experts Group (JPEG) image format. |
Png | 3 | W3C Portable Network Graphics (PNG) image format. |
Tiff | 4 | Tagged Image File Format (TIFF) image format. |
Tga | 5 | True Vision TGA (TARGA) image format. |
WebP | 6 | Google WebP image format. |
Rgb | 7 | Silicon Graphics IRIS image format. |
Platforms
Windows, Linux, Android