jit.tiffany
Description
The jit.tiffany object performs an arbitrary rectangular resampling of a matrix.
Examples

Discussion
The xrange and yrange values represent a percentage of the total matrix size, and are used as an upward limit on facet sizes when jit.tiffany assigns them randomly. The jit.tiffany object will generate random values across the x, y or x and y (respectively) axes, limited by the xrange and yrange attributes unless you explicitly specify values using the , , or messages. Values you do not specify will be randomly generated.
Matrix Operator
Name | IOProc | Planelink | Typelink | Dimlink | Plane | Dim | Type |
---|---|---|---|---|---|---|---|
out | n/a | 1 | 1 | 1 | 1 | 1 | char long float32 float64 |
More about Matrix Operators
The Jitter MOP
MOP Arguments
MOP Attributes
MOP Messages
Attributes
bgcolor [32 floats]
The background color (default = 0. 0. 0. 0.)
grid [int]
Grid border flag (default = 1) When the flag is set, a border is drawn for each facet in the grid.
xrange [float]
The upward limit for width of a facet as a percentage of the total matrix size (default = 0.2)
xskip [int]
The number of columns to 'skip' when rendering an output matrix (default = 0)
yrange [float]
The upward limit for height of a facet as a percentage of the total matrix size (default = 0.2)
yskip [int]
The number of rows to 'skip' when rendering an output matrix (default = 0)
Common Box Attributes
Messages
x
Arguments
... [literal]
xy
Arguments
facet-size [float]
end group
... [literal]
y
Arguments
... [literal]
See Also
Name | Description |
---|---|
Working with Video in Jitter | Working with Video in Jitter |
jit.resamp | |
jit.rubix |