Image

Overview

Image is a class in Aspose.Slides FOSS for Python. Inherits from: IImage.

Represents a raster or vector image.

This class provides 1 method for working with Image objects in Python programs. Available methods include: save. All public members are accessible to any Python application after installing the Aspose.Slides FOSS for Python package. Properties: height, size, width.

Properties

NameTypeAccessDescription
size``ReadGets the size of the image.
widthintReadGets the width of the image in pixels.
heightintReadGets the height of the image in pixels.

Methods

SignatureDescription
save()Saves the image to its default destination or stream

See Also