tfio.image.encode_bmp

Encode a uint8 tensor to bmp image.

image A Tensor. 3-D uint8 with shape [height, width, channels].
name A name for the operation (optional).

A Tensor of type string.