MeshLib
 
Loading...
Searching...
No Matches
MRTiffIO.h File Reference
#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< TiffParametersMR::readTiffParameters (const std::filesystem::path &path)
 
MRMESH_API VoidOrErrStr MR::readRawTiff (const std::filesystem::path &path, RawTiffOutput &output)
 
MRMESH_API VoidOrErrStr MR::writeRawTiff (const uint8_t *bytes, const std::filesystem::path &path, const BaseTiffParameters &params)