1 #ifndef CNOID_UTIL_IMAGE_IO_H
2 #define CNOID_UTIL_IMAGE_IO_H
6 #include "exportdecl.h"
18 void allocateAlphaComponent(
bool on);
20 bool load(
Image& image,
const std::string& filename, std::ostream& os =
nullout());
21 bool save(
const Image& image,
const std::string& filename, std::ostream& os =
nullout());