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