jit.desktop Copy the screen contents into a Jitter matrix

The jit.desktop object grabs the contents of the computer display, taking a screen shot of whatever lies at the specified screen coordinates and placing that data into a Jitter matrix.

Matrix Operator: in[1] out[1]
Name IOProc Planelink Typelink Dimlink Plane Dim Type
in n/a n/a n/a n/a n/a n/a n/a
out n/a yes yes yes 4 2 char

Attributes:
Name Type Description
rect int list[4] Coordinates of the computer display to copy into a Jitter matrix. The display area is specified by four ints corresponding to the x and y pixel offsets from the upper left of the computer screen followed by the horizontal and vertical size of the matrix (default = 0 0 320 240)

Example:

See Also:
jit.displays