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