CrystalSpace

Public API Reference

Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

csImageIOFileFormatDescription Struct Reference
[2D]

Description for a file format supported by an image loader. More...

#include <imageio.h>

List of all members.

Public Attributes

const char * mime
 mime type of image, e.g. "image/png". More...

const char * subtype
 descriptive format specifier, e.g. "8 bit palettized". More...

int cap
 a combination of CS_IMAGEIO_* flags. More...


Detailed Description

Description for a file format supported by an image loader.

Definition at line 46 of file imageio.h.


Member Data Documentation

int csImageIOFileFormatDescription::cap
 

a combination of CS_IMAGEIO_* flags.

Definition at line 53 of file imageio.h.

const char* csImageIOFileFormatDescription::mime
 

mime type of image, e.g. "image/png".

Definition at line 49 of file imageio.h.

const char* csImageIOFileFormatDescription::subtype
 

descriptive format specifier, e.g. "8 bit palettized".

Definition at line 51 of file imageio.h.


The documentation for this struct was generated from the following file:
Generated for Crystal Space by doxygen 1.2.14