CoreGraphics::ImageFileFormat Class Reference
#include <imagefileformat.h>
Detailed Description
Image file formats supported by StreamTextureSaver.(C) 2007 Radon Labs GmbH
Public Types | |
| enum | Code |
| image file formats | |
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) | |