enum EImageInputFormat
EImageInputFormat specifies input image file formats
Values
| Key | Value | Comment |
|---|---|---|
| Unsupported | -1 | and unknown or unsupported file format |
| BMP | 0 | Bitmap image |
| DDS | 1 | Direct Draw Surface |
| GIF | 2 | Graphics Interchange Format image |
| JPEG | 3 | Joint Photographic Experts Group image |
| PNG | 4 | Portable Network Graphics image |
| TGA | 5 | TARGA image file format |
| TIFF | 6 | Tagged Image File Format |
| PSD | 7 | Photoshop Document |
| EXR | 8 | OpenEXR image |
| HDR | 9 | Radiance HDR image |
| Key | Value | Comment |
|---|---|---|
| Unsupported | -1 | and unknown or unsupported file format |
| BMP | 0 | Bitmap image |
| DDS | 1 | Direct Draw Surface |
| GIF | 2 | Graphics Interchange Format image |
| JPEG | 3 | Joint Photographic Experts Group image |
| PNG | 4 | Portable Network Graphics image |
| TGA | 5 | TARGA image file format |
| TIFF | 6 | Tagged Image File Format |
| PSD | 7 | Photoshop Document |
| EXR | 8 | OpenEXR image |
| HDR | 9 | Radiance HDR image |
| Key | Value | Comment |
|---|---|---|
| EImageInputFormat_Unsupported | -1 | and unknown or unsupported file format |
| EImageInputFormat_BMP | 0 | Bitmap image |
| EImageInputFormat_DDS | 1 | Direct Draw Surface |
| EImageInputFormat_GIF | 2 | Graphics Interchange Format image |
| EImageInputFormat_JPEG | 3 | Joint Photographic Experts Group image |
| EImageInputFormat_PNG | 4 | Portable Network Graphics image |
| EImageInputFormat_TGA | 5 | TARGA image file format |
| EImageInputFormat_TIFF | 6 | Tagged Image File Format |
| EImageInputFormat_PSD | 7 | Photoshop Document |
| EImageInputFormat_EXR | 8 | OpenEXR image |
| EImageInputFormat_HDR | 9 | Radiance HDR image |
