|
Nebula
|
#include <imagefileformat.h>
Image file formats supported by StreamTextureSaver.
Public Types | |
| enum | Code { BMP , JPG , PNG , DDS , TGA , InvalidImageFileFormat } |
| image file formats More... | |
Static Public Member Functions | |
| static Code | FromString (const Util::String &str) |
| convert from string | |
| static Util::String | ToString (Code c) |
| convert to string | |
| static Code | FromMediaType (const IO::MediaType &mediaType) |
| convert from media type (MIME) | |
| static IO::MediaType | ToMediaType (Code c) |
| convert to media type (MIME) | |
|
static |
convert from media type (MIME)
|
static |
convert from string
|
static |
convert to media type (MIME)
|
static |
convert to string