Choreonoid
1.5
|
#include <ImageIO.h>
Public Member Functions | |
ImageIO () | |
void | setUpsideDown (bool on) |
void | allocateAlphaComponent (bool on) |
void | load (Image &image, const std::string &filename) |
void | save (const Image &image, const std::string &filename) |
ImageIO::ImageIO | ( | ) |
void cnoid::ImageIO::allocateAlphaComponent | ( | bool | on | ) |
void ImageIO::load | ( | Image & | image, |
const std::string & | filename | ||
) |
void ImageIO::save | ( | const Image & | image, |
const std::string & | filename | ||
) |
|
inline |