Uses a 1-dimensional matrix to offset scanlines
Name | IOProc | Planelink | Typelink | Dimlink | Plane | Dim | Type |
in2 | adapt | 0 | 0 | 0 | 1 | 1 | float32 |
out | n/a | 1 | 1 | 1 | 1 | 1 | char long float32 float64 |
Name | Type | g/s | Description |
---|---|---|---|
displacement_map | int | The scanline, dimension, and plane of the matrix (in2_matrix) used as the offset/scale map (default = 0 0 0) | |
interp | int | Interpolation flag (default = 0) When the flag is set, the incoming matrix is interpolated when scaling to display. | |
mode | int | The axis of the in1_matrix along which to apply the offset. (default = 0 (horizontal)) 0 = apply offset along the horizontal axis 1 = apply offset along the vertical axis |
|
offset | float | The offset amount. (default = 0.) | |
scale | float | The scale amount. (default = 0.) |
Name | Description |
---|---|
jit.repos | Reposition spatially |
jit.scanwrap | Resample by scanline wrapping |