A result type that maintains a chainable sequence of errors for debugging and error reporting.
A template for two-dimensional images with arbitrarily typed pixel values.
An image saver that saves PNG files from an Image with an Rgba32 pixel type.
virtual ~PngRgbaImageSaver()=default
PngRgbaImageSaver()=default
virtual ChainableResult< void > save_to_file(const Image< Rgba32 > &image, const std::filesystem::path &path) const