Image
Overview
Image is a class in Aspose.Slides FOSS for Python.
Inherits from: IImage.
Represents a raster or vector image.
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 |