get_image_stream method
Leave feedback
On this page
Gets a stream for writing the exported image to the file system.
def get_image_stream(self, context):
...
| Parameter | Type | Description |
|---|---|---|
| context | ImageExportContext |
The image export context containing information about the image being processed. |
Returns: io.RawIOBase: A stream for writing the image data to the file system.
- class
CustomImagesStrategy
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.