save method
save
Saves Image to the specified file
def save(self, file_name):
...
| Parameter | Type | Description |
|---|---|---|
| file_name | str |
save
Saves the Image to the specified stream in the specified format.
def save(self, stream, image_format):
...
| Parameter | Type | Description |
|---|---|---|
| stream | io.RawIOBase | |
| image_format | PPImageFormat |
save
Saves the Image to the specified file in the specified format.
def save(self, file_name, image_format):
...
| Parameter | Type | Description |
|---|---|---|
| file_name | str | |
| image_format | PPImageFormat |
See Also
- class
ImageWrapper - enumeration
PPImageFormat - module
aspose.slides - library
Aspose.Slides