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):
    ...
ParameterTypeDescription
image_streamio.RawIOBaseThe stream containing the image data.

See Also