29 [[nodiscard]]
virtual std::expected<std::unique_ptr<Png>, std::string>
30 Read(
const std::filesystem::path &path)
const = 0;
Imports a Png from the filesystem.
virtual ~PngImporter()=default
virtual std::expected< std::unique_ptr< Png >, std::string > Read(const std::filesystem::path &path) const =0
Imports a Png at a given path from the filesystem.