tfio.image.encode_bmp

Stay organized with collections Save and categorize content based on your preferences.

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.