tfio.image.encode_gif

Encode a uint8 tensor to gif image.

image A Tensor. 3-D uint8 with shape [N, H, W, C].
name A name for the operation (optional).

A Tensor of type string.