Easy3D 2.5.3
ImageIO Member List

This is the complete list of members for ImageIO, including all inherited members.

load(const std::string &file_name, std::vector< unsigned char > &data, int &width, int &height, int &channels, int requested_channels=0, bool flip_vertically=true)ImageIOstatic
save(const std::string &file_name, const std::vector< unsigned char > &data, int width, int height, int channels, bool flip_vertically=false)ImageIOstatic