This is the complete list of members for uicore::ImageFile, including all inherited members.
load(const std::string &filename, const std::string &type=std::string(), bool srgb=false) | uicore::ImageFile | static |
load(const IODevicePtr &file, const std::string &type, bool srgb=false) | uicore::ImageFile | static |
save(PixelBufferPtr buffer, const std::string &filename, const std::string &type=std::string()) | uicore::ImageFile | static |
save(PixelBufferPtr buffer, const IODevicePtr &file, const std::string &type) | uicore::ImageFile | static |
try_load(const std::string &filename, const std::string &type=std::string(), std::string *out_failure_reason=nullptr, bool srgb=false) | uicore::ImageFile | static |