4#ifndef MRIOEXTRAS_NO_PNG
MRIOEXTRAS_API Expected< Image > fromPng(const std::filesystem::path &path)
loads from .png format
MRIOEXTRAS_API Expected< void > toPng(const Image &image, const std::filesystem::path &path)
saves in .png format
Definition MRCameraOrientationPlugin.h:8
tl::expected< T, E > Expected
Definition MRExpected.h:58