MeshLib Python Docs
Loading...
Searching...
No Matches
meshlib.mrmeshpy.ImageSave Class Reference

Static Public Member Functions

None toAnySupportedFormat (Image image, os.PathLike path)
 
None toBmp (Image image, os.PathLike path)
 
None toJpeg (Image image, os.PathLike path)
 
None toPng (Image image, os.PathLike path)
 
None toPng (Image image, typing.Any os)
 
None toTiff (Image image, os.PathLike path)
 

Detailed Description

This is a namespace.

Member Function Documentation

◆ 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
saves in .bmp format

◆ toJpeg()

None meshlib.mrmeshpy.ImageSave.toJpeg ( Image image,
os.PathLike path )
static
saves in .jpg format

◆ toPng() [1/2]

None meshlib.mrmeshpy.ImageSave.toPng ( Image image,
os.PathLike path )
static
saves in .png format

◆ 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: