Message HrzProtocol.Image
Defined in hrz/protocol/image.proto.
format: HrzProtocol.ImageFormat
width: uint32
Width in pixels
height: uint32
Height in pixels
data: bytes
Raw pixel data, packed. For example, for an RGBA_U8 image, this array contains [RGBARGBARGBA…] with each component being 8 bits (1 byte) wide.