4#ifndef MRIOEXTRAS_NO_TIFF
MRIOEXTRAS_API Expected< Image > fromTiff(const std::filesystem::path &path)
loads from .tiff format
MRIOEXTRAS_API Expected< void > toTiff(const Image &image, const std::filesystem::path &path)
saves in .tiff format
tl::expected< T, E > Expected
Definition MRExpected.h:59