Drake
Drake C++ Documentation
ImageIo Member List

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

ImageIo(const ImageIo &)=deleteImageIo
ImageIo(ImageIo &&)=deleteImageIo
ImageIo()=defaultImageIo
Load(const std::filesystem::path &path, std::optional< ImageFileFormat > format=std::nullopt) constImageIo
Load(ByteSpan buffer, std::optional< ImageFileFormat > format=std::nullopt) constImageIo
Load(const std::filesystem::path &path, Image< kPixelType > *image) constImageIo
Load(const std::filesystem::path &path, ImageFileFormat format, Image< kPixelType > *image) constImageIo
Load(ByteSpan buffer, Image< kPixelType > *image) constImageIo
Load(ByteSpan buffer, ImageFileFormat format, Image< kPixelType > *image) constImageIo
LoadMetadata(const std::filesystem::path &path) constImageIo
LoadMetadata(ByteSpan buffer) constImageIo
operator=(const ImageIo &)=deleteImageIo
operator=(ImageIo &&)=deleteImageIo
Save(const Image< kPixelType > &image, const std::filesystem::path &path, std::optional< ImageFileFormat > format=std::nullopt) constImageIo
Save(const Image< kPixelType > &image, ImageFileFormat format) constImageIo
Save(const Image< kPixelType > &image, ImageFileFormat format, std::vector< uint8_t > *buffer) constImageIo