create_bitmap_from_image_stream method
create_bitmap_from_image_stream
Creates a bitmap from the specified image stream.
Returns
The created IBitmap
.
def create_bitmap_from_image_stream(self, image_stream):
...
Parameter | Type | Description |
---|---|---|
image_stream | io.RawIOBase | The stream containing the image data. |
See Also
- module
aspose.svg.drawing
- class
IBitmap
- class
IDrawingFactory