◆ fromAnySupportedFormat()
| static unsafe MR.Image MR.ImageLoad.fromAnySupportedFormat |
( |
string | path | ) |
|
|
inlinestatic |
◆ fromJpeg() [1/3]
| static unsafe MR.Image MR.ImageLoad.fromJpeg |
( |
byte? | data, |
|
|
ulong | size, |
|
|
bool? | ignoreDecompressErrors = null ) |
|
inlinestatic |
◆ fromJpeg() [2/3]
| static unsafe MR.Image MR.ImageLoad.fromJpeg |
( |
MR.Std.Istream | in_, |
|
|
bool? | ignoreDecompressErrors = null ) |
|
inlinestatic |
◆ fromJpeg() [3/3]
| static unsafe MR.Image MR.ImageLoad.fromJpeg |
( |
string | path, |
|
|
bool? | ignoreDecompressErrors = null ) |
|
inlinestatic |
loads from .jpg format
- Parameters
-
| ignoreDecompressErrors | if true do not return decompression error if the header was read sucessfully Generated from function MR.ImageLoad.fromJpeg. Parameter ignoreDecompressErrors defaults to false. |
◆ fromPng() [1/2]
| static unsafe MR.Image MR.ImageLoad.fromPng |
( |
MR.Std.Istream | in_ | ) |
|
|
inlinestatic |
◆ fromPng() [2/2]
| static unsafe MR.Image MR.ImageLoad.fromPng |
( |
string | path | ) |
|
|
inlinestatic |
◆ fromTiff()
| static unsafe MR.Image MR.ImageLoad.fromTiff |
( |
string | path | ) |
|
|
inlinestatic |
The documentation for this class was generated from the following files: