This is the complete list of members for clan::ImageProviderFactory, including all inherited members.
load(const std::string &filename, const FileSystem &fs, const std::string &type=std::string(), bool srgb=false) | clan::ImageProviderFactory | static |
load(const std::string &fullname, const std::string &type=std::string(), bool srgb=false) | clan::ImageProviderFactory | static |
load(IODevice &file, const std::string &type, bool srgb=false) | clan::ImageProviderFactory | static |
save(PixelBuffer buffer, const std::string &filename, FileSystem &fs, const std::string &type=std::string()) | clan::ImageProviderFactory | static |
save(PixelBuffer buffer, const std::string &fullname, const std::string &type=std::string()) | clan::ImageProviderFactory | static |
save(PixelBuffer buffer, IODevice &file, const std::string &type) | clan::ImageProviderFactory | static |
try_load(const std::string &filename, const std::string &type=std::string(), const FileSystem &fs=FileSystem(), std::string *out_failure_reason=nullptr, bool srgb=false) | clan::ImageProviderFactory | static |