This is the complete list of members for ImageIo, including all inherited members.
ImageIo(const ImageIo &)=delete | ImageIo | |
ImageIo(ImageIo &&)=delete | ImageIo | |
ImageIo()=default | ImageIo | |
Load(const std::filesystem::path &path, std::optional< ImageFileFormat > format=std::nullopt) const | ImageIo | |
Load(ByteSpan buffer, std::optional< ImageFileFormat > format=std::nullopt) const | ImageIo | |
Load(const std::filesystem::path &path, Image< kPixelType > *image) const | ImageIo | |
Load(const std::filesystem::path &path, ImageFileFormat format, Image< kPixelType > *image) const | ImageIo | |
Load(ByteSpan buffer, Image< kPixelType > *image) const | ImageIo | |
Load(ByteSpan buffer, ImageFileFormat format, Image< kPixelType > *image) const | ImageIo | |
LoadMetadata(const std::filesystem::path &path) const | ImageIo | |
LoadMetadata(ByteSpan buffer) const | ImageIo | |
operator=(const ImageIo &)=delete | ImageIo | |
operator=(ImageIo &&)=delete | ImageIo | |
Save(const Image< kPixelType > &image, const std::filesystem::path &path, std::optional< ImageFileFormat > format=std::nullopt) const | ImageIo | |
Save(const Image< kPixelType > &image, ImageFileFormat format) const | ImageIo | |
Save(const Image< kPixelType > &image, ImageFileFormat format, std::vector< uint8_t > *buffer) const | ImageIo |