save method
save
Saves the bitmap image to the specified stream with the specified image format and quality.
def save(self, stream, image_format, quality):
...
Parameter | Type | Description |
---|---|---|
stream | io.RawIOBase | The stream to which the image will be saved. |
image_format | WebImageFormat | The image format WebImageFormat to use for saving. |
quality | int | The quality level of the saved image. |
See Also
- module
aspose.svg.drawing
- class
IBitmap
- class
WebImageFormat