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

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.
 

Member Function Documentation

◆ toAnySupportedFormat()

static unsafe void MR.ImageSave.toAnySupportedFormat ( MR.Const_Image image,
string path )
inlinestatic

detects the format from file extension and save image to it Generated from function MR.ImageSave.toAnySupportedFormat.

◆ toBmp()

static unsafe void MR.ImageSave.toBmp ( MR.Const_Image image,
string path )
inlinestatic

saves in .bmp format Generated from function MR.ImageSave.toBmp.

◆ toJpeg()

static unsafe void MR.ImageSave.toJpeg ( MR.Const_Image image,
string path )
inlinestatic

saves in .jpg format Generated from function MR.ImageSave.toJpeg.

◆ toPng() [1/2]

static unsafe void MR.ImageSave.toPng ( MR.Const_Image image,
MR.Std.Ostream os )
inlinestatic

Generated from function MR.ImageSave.toPng.

◆ toPng() [2/2]

static unsafe void MR.ImageSave.toPng ( MR.Const_Image image,
string path )
inlinestatic

saves in .png format Generated from function MR.ImageSave.toPng.

◆ toTiff()

static unsafe void MR.ImageSave.toTiff ( MR.Const_Image image,
string path )
inlinestatic

saves in .tiff format Generated from function MR.ImageSave.toTiff.


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