Image

Overview

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

Represents a raster or vector image.

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