Implements BMP image file support. More...
#include "graphics/CImage.h"Go to the source code of this file.
Namespaces | |
| chai3d | |
Functions | |
| bool | chai3d::cLoadFileBMP (cImage *a_image, const std::string &a_filename) |
| This function loads a BMP image file. More... | |
| bool | chai3d::cSaveFileBMP (cImage *a_image, const std::string &a_filename) |
| This function saves a BMP image file. More... | |