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

Static Public Member Functions

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

Detailed Description

This is a namespace.

Member Function Documentation

◆ 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
loads from .jpg format

◆ 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
loads from .png format

◆ fromPng() [2/2]

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

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