CFileImagePNG.h File Reference

Implements PNG image file support. More...

#include "graphics/CImage.h"

Go to the source code of this file.

Namespaces

 chai3d
 

Functions

bool chai3d::cLoadFilePNG (cImage *a_image, const std::string &a_filename)
 This function loads a PNG image file. More...
 
bool chai3d::cLoadPNG (cImage *a_image, const unsigned char *a_buffer, unsigned int a_len)
 This function loads a PNG image buffer. More...
 
bool chai3d::cSaveFilePNG (cImage *a_image, const std::string &a_filename)
 This function saves a PNG image file. More...
 
bool chai3d::cSavePNG (cImage *a_image, unsigned char **a_buffer, unsigned int *a_len)
 This function saves a PNG image buffer. More...