Enum EImageType
Enum representing common image file extensions supported by EasyLocalization.
Namespace: GUPS.EasyLocalization.Core.Enums
Assembly: cs.temp.dll.dll
Syntax
public enum EImageType
Fields
Name | Description |
---|---|
BMP | Windows Bitmap. |
GIF | Graphics Interchange Format. |
HEIC | High Efficiency Image Format. |
JPG | Joint Photographic Experts Group. |
PNG | Portable Network Graphics. |
PPM | Portable Pixmap Format. |
SVG | Scalable Vector Graphics. |
TGA | Targa image format. |
TIFF | Tagged Image File Format. |
UNKNOWN | 3rd party / unknown plugin format. |
WEBP | WebP image format. |