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

Static Public Member Functions

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

Static Protected Member Functions

 _pybind11_conduit_v1_ (*args, **kwargs)
 

Detailed Description

This is a namespace.

Member Function Documentation

◆ _pybind11_conduit_v1_()

mrmeshpy.ImageSave._pybind11_conduit_v1_ ( * args,
** kwargs )
staticprotected

◆ toAnySupportedFormat()

None mrmeshpy.ImageSave.toAnySupportedFormat ( Image image,
os.PathLike | str | bytes path )
static
detects the format from file extension and save image to it  

◆ toBmp()

None mrmeshpy.ImageSave.toBmp ( Image image,
os.PathLike | str | bytes path )
static
saves in .bmp format

◆ toJpeg()

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

◆ toPng() [1/2]

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

◆ toPng() [2/2]

None mrmeshpy.ImageSave.toPng ( Image image,
typing.Any os )
static

◆ toTiff()

None mrmeshpy.ImageSave.toTiff ( Image image,
os.PathLike | str | bytes path )
static

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