jit.roy Convert image to halftone image

The jit.roy object is a halftone screen emulator. It takes an input matrix and splits it into a grid. Each element in the grid is then replaced by regions of a second matrix based on the mean value of each slot in the grid. The second matrix (which defines the halftone screen) is a series of submatrices set next to one another along a horizontal axis. These matrices replace regions of the first matrix in ascending order.

Matrix Operator: in[2] 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
in2 adapt no no no all all char
out n/a yes yes yes all all char

Attributes:
Name Type Description
shades int The number of shades present in the halftone matrix (i.e. the number of regions to split the matrix into as individual halftone images) (default = 11)
x int The width of each halftone screen (default = 8)
y int The height of each halftone screen (default = 8)

Example:

See Also:
jit.eclipse, jit.hatch