Public Member Functions | |
int | GetCapabilites () |
bool | ReadImage (GSurface *Out, GStream *In) |
Reads a BMP file. | |
bool | WriteImage (GStream *Out, GSurface *In) |
Writes a Windows BMP file. |
int GdcBmp::GetCapabilites | ( | ) | [inline, virtual] |
Override this to return the capabilities of your filter.
Reimplemented from GFilter.
References FILTER_CAP_READ, and FILTER_CAP_WRITE.