Image

class pmeshlab.Image
__init__(*args, **kwargs)
height(self: pmeshlab.Image) int
save(self: pmeshlab.Image, file_name: str, quality: int = -1) None

Save the image to the given filename, deducing automatically the format from the file name, and with a given quality with default value -1 (default setting of the save process). Formats are the same supported by the QImage class. See the `QImage<https://doc.qt.io/qt-5/qimage.html#save>`_ documentation for more details.

width(self: pmeshlab.Image) int