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

Public Types

typedef Expected< Image >(*)(const std::filesystem::path & ImageLoader)
 

Static Public Member Functions

static unsafe MR.Image fromJpeg (string path)
 loads from .jpg format Generated from function MR.ImageLoad.fromJpeg.
 
static unsafe MR.Image fromJpeg (MR.Std.Istream in_)
 Generated from function MR.ImageLoad.fromJpeg.
 
static unsafe MR.Image fromJpeg (byte? data, ulong size)
 Generated from function MR.ImageLoad.fromJpeg.
 
static unsafe MR.Image fromPng (string path)
 loads from .png format Generated from function MR.ImageLoad.fromPng.
 
static unsafe MR.Image fromPng (MR.Std.Istream in_)
 Generated from function MR.ImageLoad.fromPng.
 
static unsafe MR.Image fromTiff (string path)
 loads from .tiff format Generated from function MR.ImageLoad.fromTiff.
 
static unsafe MR.Image fromAnySupportedFormat (string path)
 detects the format from file extension and loads image from it Generated from function MR.ImageLoad.fromAnySupportedFormat.
 

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