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