LavaUI docs

message Capture

Control plane

message Capture

A PNG and the size it encoded to.

The size is not redundant with the PNG's own header: maxSide may have downsampled it, and a caller that asked for a region wants to know what it actually got without parsing the image to find out.

idl/lava.npidl:856

Fields

height: u32

Not documented.

idl/lava.npidl:858

png: vector<u8>

Not documented.

idl/lava.npidl:859

width: u32

Not documented.

idl/lava.npidl:857