◆ toAnySupportedFormat()
None meshlib.mrmeshpy.ImageSave.toAnySupportedFormat |
( |
Image | image, |
|
|
os.PathLike | path ) |
|
static |
detects the format from file extension and save image to it
◆ toBmp()
None meshlib.mrmeshpy.ImageSave.toBmp |
( |
Image | image, |
|
|
os.PathLike | path ) |
|
static |
◆ toJpeg()
None meshlib.mrmeshpy.ImageSave.toJpeg |
( |
Image | image, |
|
|
os.PathLike | path ) |
|
static |
◆ toPng() [1/2]
None meshlib.mrmeshpy.ImageSave.toPng |
( |
Image | image, |
|
|
os.PathLike | path ) |
|
static |
◆ toPng() [2/2]
None meshlib.mrmeshpy.ImageSave.toPng |
( |
Image | image, |
|
|
typing.Any | os ) |
|
static |
◆ toTiff()
None meshlib.mrmeshpy.ImageSave.toTiff |
( |
Image | image, |
|
|
os.PathLike | path ) |
|
static |
The documentation for this class was generated from the following file: