csImageIOFileFormatDescription Struct Reference
[2D]
Description for a file format supported by an image loader.  
More...
#include <igraphic/imageio.h>
| Public Attributes | |
| int | cap | 
| a combination of CS_IMAGEIO_* flags | |
| const char * | mime | 
| mime type of image, e.g. "image/png" | |
| const char * | subtype | 
| descriptive format specifier, e.g. "8 bit palettized" | |
Detailed Description
Description for a file format supported by an image loader.
Definition at line 49 of file imageio.h.
Member Data Documentation
| const char* csImageIOFileFormatDescription::mime | 
| const char* csImageIOFileFormatDescription::subtype | 
The documentation for this struct was generated from the following file:
- igraphic/imageio.h
Generated for Crystal Space by doxygen 1.4.7

