class neuroglancer.viewer_config_state.ScreenshotReply

Public members

idstr
image
widthint
heightint
image_typestr
imageTypestr
depth_data
depthData
resolution_metadataScreenshotResolutionMetadata
resolutionMetadataScreenshotResolutionMetadata
image_pixels

Returns the screenshot image as a numpy array of pixel values.

depth_array

Returns the depth data as a numpy float32 array.

ScreenshotReply(json_data=None_readonly=False**kwargs)

Initialize self. See help(type(self)) for accurate signature.

to_json()
__eq__(other)

Return self==value.

__repr__()

Return repr(self).