tfio.experimental.image.decode_tiff_info

Decode a TIFF-encoded image meta data.

contents A Tensor of type string. 0-D. The TIFF-encoded image.
name A name for the operation (optional).

A Tensor of type uint8 and shape of [height, width, 4] (RGBA).