get_bitmap_info method

On this page

get_bitmap_info

Convert Heic image to raster image.

def get_bitmap_info(self, heic_stream):
    ...
Parameter Type Description
heic_stream io.RawIOBase Stream containing an image to process.

Returns: Any: Object containing array of pixels and bitmap information.

See Also

On this page