Choreonoid  1.8
Public Member Functions | List of all members
cnoid::ImageIO Class Reference

#include <ImageIO.h>

Public Member Functions

 ImageIO ()
 
void setUpsideDown (bool on)
 
void allocateAlphaComponent (bool on)
 
bool load (Image &image, const std::string &filename, std::ostream &os=nullout())
 
bool save (const Image &image, const std::string &filename, std::ostream &os=nullout())
 

Constructor & Destructor Documentation

◆ ImageIO()

ImageIO::ImageIO ( )

Member Function Documentation

◆ allocateAlphaComponent()

void cnoid::ImageIO::allocateAlphaComponent ( bool  on)

◆ load()

bool ImageIO::load ( Image image,
const std::string &  filename,
std::ostream &  os = nullout() 
)

◆ save()

bool ImageIO::save ( const Image image,
const std::string &  filename,
std::ostream &  os = nullout() 
)

◆ setUpsideDown()

void cnoid::ImageIO::setUpsideDown ( bool  on)
inline

The documentation for this class was generated from the following files: