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
| Name | Type | Access | Description |
|---|---|---|---|
size | `` | Read | Gets the size of the image. |
width | int | Read | Gets the width of the image in pixels. |
height | int | Read | Gets the height of the image in pixels. |
Methods
| Signature | Description |
|---|---|
save() | Saves the image to its default destination or stream |