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

Static Public Member Functions

Image fromAnySupportedFormat (os.PathLike|str|bytes path)
 
Image fromJpeg (os.PathLike|str|bytes path)
 
Image fromJpeg (str data, int size)
 
Image fromJpeg (typing.Any in_)
 
Image fromPng (os.PathLike|str|bytes path)
 
Image fromPng (typing.Any in_)
 

Static Protected Member Functions

 _pybind11_conduit_v1_ (*args, **kwargs)
 

Detailed Description

This is a namespace.

Member Function Documentation

◆ _pybind11_conduit_v1_()

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

◆ fromAnySupportedFormat()

Image mrmeshpy.ImageLoad.fromAnySupportedFormat ( os.PathLike | str | bytes path)
static
detects the format from file extension and loads image from it

◆ fromJpeg() [1/3]

Image mrmeshpy.ImageLoad.fromJpeg ( os.PathLike | str | bytes path)
static
loads from .jpg format

◆ fromJpeg() [2/3]

Image mrmeshpy.ImageLoad.fromJpeg ( str data,
int size )
static

◆ fromJpeg() [3/3]

Image mrmeshpy.ImageLoad.fromJpeg ( typing.Any in_)
static

◆ fromPng() [1/2]

Image mrmeshpy.ImageLoad.fromPng ( os.PathLike | str | bytes path)
static
loads from .png format

◆ fromPng() [2/2]

Image mrmeshpy.ImageLoad.fromPng ( typing.Any in_)
static

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