MeshLib
 
Loading...
Searching...
No Matches
Image Save

Functions

MRMESH_API Expected< void > MR::ImageSave::toBmp (const Image &image, const std::filesystem::path &path)
 saves in .bmp format
 
MRMESH_API Expected< void > MR::ImageSave::toTiff (const Image &image, const std::filesystem::path &path)
 
MRMESH_API Expected< void > MR::ImageSave::toAnySupportedFormat (const Image &image, const std::filesystem::path &path)
 detects the format from file extension and save image to it

 

Detailed Description

Function Documentation

◆ toAnySupportedFormat()

MRMESH_API Expected< void > MR::ImageSave::toAnySupportedFormat ( const Image & image,
const std::filesystem::path & path )

detects the format from file extension and save image to it

◆ toBmp()

MRMESH_API Expected< void > MR::ImageSave::toBmp ( const Image & image,
const std::filesystem::path & path )

saves in .bmp format

◆ toTiff()

MRMESH_API Expected< void > MR::ImageSave::toTiff ( const Image & image,
const std::filesystem::path & path )