◆ fromAnySupportedFormat()
Image meshlib.mrmeshpy.ImageLoad.fromAnySupportedFormat |
( |
os.PathLike | path | ) |
|
|
static |
detects the format from file extension and loads image from it
◆ fromJpeg() [1/3]
Image meshlib.mrmeshpy.ImageLoad.fromJpeg |
( |
os.PathLike | path | ) |
|
|
static |
◆ fromJpeg() [2/3]
Image meshlib.mrmeshpy.ImageLoad.fromJpeg |
( |
str | data, |
|
|
int | size ) |
|
static |
◆ fromJpeg() [3/3]
Image meshlib.mrmeshpy.ImageLoad.fromJpeg |
( |
typing.Any | in_ | ) |
|
|
static |
◆ fromPng() [1/2]
Image meshlib.mrmeshpy.ImageLoad.fromPng |
( |
os.PathLike | path | ) |
|
|
static |
◆ fromPng() [2/2]
Image meshlib.mrmeshpy.ImageLoad.fromPng |
( |
typing.Any | in_ | ) |
|
|
static |
The documentation for this class was generated from the following file: