jit.pix
Description
The jit.pix object generates new Jitter mop objects from gen patchers specifically for pixel processing. The patcher describes how each cell of a jit.matrix should be processed. jit.pix is exactly the same as jit.gl.pix except that all processing happens on the CPU as with standard Jitter mop objets. jit.pix always outputs a 4-plane matrix.
Examples

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
dirty [int]
Gen patcher dirty flag
gen [symbol] (default: )
The name of a .genjit gen patcher to load
precision [symbol] (default: auto)
Gen patcher kernel precision
Possible values:
'auto'
( Auto-choose precision )
Automatic precision mode will pick a precision based on the type of the input matrices.
'fixed'
( Fixed point precision )
Fixed point precision uses fixed point arithmetic, a technique for performing floating point operations with integers.
'float32'
( Floating point precisions (32-bit) )
'float64'
( Floating point precisions (64-bit) )
t [symbol]
Gen patcher title
title [symbol]
Gen patcher title
Common Box Attributes
Messages
anything
(drag)
compile
(mouse)
destroy
open
param
wclose
See Also
Name | Description |
---|---|
Working with Video in Jitter | Working with Video in Jitter |
Gen | Gen |