MeshLib C# Docs
Loading...
Searching...
No Matches
MR.ImageSave Class Reference

Public Types

typedef Expected< void >(*)(const Image &, const std::filesystem::path & ImageSaver)
 

Static Public Member Functions

static unsafe void toJpeg (MR.Const_Image image, string path)
 saves in .jpg format Generated from function MR.ImageSave.toJpeg.
 
static unsafe void toPng (MR.Const_Image image, string path)
 saves in .png format Generated from function MR.ImageSave.toPng.
 
static unsafe void toPng (MR.Const_Image image, MR.Std.Ostream os)
 Generated from function MR.ImageSave.toPng.
 
static unsafe void toTiff (MR.Const_Image image, string path)
 saves in .tiff format Generated from function MR.ImageSave.toTiff.
 
static unsafe void toBmp (MR.Const_Image image, string path)
 saves in .bmp format Generated from function MR.ImageSave.toBmp.
 
static unsafe void toAnySupportedFormat (MR.Const_Image image, string path)
 detects the format from file extension and save image to it Generated from function MR.ImageSave.toAnySupportedFormat.
 

The documentation for this class was generated from the following files: