tiff_read_meta

lib.image.tiff_read_meta(image: bytes) dict[str, Any]

Read information stored in a Tiff’s Image Description field

Returns:

Any arbitrary information stored in the TIFF header (for example matrix information for the patch writer)

Return type:

dict[str, Any]

Parameters:

image (bytes)