get_image_stream method
get_image_stream
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.
See Also
- class
CustomImagesStrategy