#include "MRMeshFwd.h"#include "MRExpected.h"#include "MRVector2.h"#include <filesystem>#include <string>Go to the source code of this file.
Classes | |
| struct | MR::BaseTiffParameters |
| struct | MR::TiffParameters |
| struct | MR::RawTiffOutput |
Namespaces | |
| namespace | MR |
Functions | |
| MRMESH_API bool | MR::isTIFFFile (const std::filesystem::path &path) |
| MRMESH_API Expected< TiffParameters > | MR::readTiffParameters (const std::filesystem::path &path) |
| MRMESH_API Expected< void > | MR::readRawTiff (const std::filesystem::path &path, RawTiffOutput &output) |
| MRMESH_API Expected< void > | MR::writeRawTiff (const uint8_t *bytes, const std::filesystem::path &path, const BaseTiffParameters ¶ms) |