save method
save
Saves Image to the specified file
def save(self, file_name):
...
| Parameter | Type | Description |
|---|---|---|
| file_name | str | 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 | Stream for saving image io.RawIOBase |
| image_format | PPImageFormat | 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 | File name str |
| image_format | PPImageFormat | Image format PPImageFormat |
See Also
- class
IImageWrapper - enumeration
PPImageFormat - module
aspose.slides - library
Aspose.Slides