Block Displacement
GPU GpuOffsets and duplicates rectangular regions of the image.
Block Displacement breaks the input into a grid, shifts selected blocks, and can duplicate them to create digital tearing and collage-like distortions.
Source operators/gpu/block_displacement/block_displacement.cpp
Parameters
| Name | Type | Description |
|---|---|---|
| amount | float | Overall displacement amount. |
| grid_x | float | Number of blocks across the X axis. |
| grid_y | float | Number of blocks across the Y axis. |
| chance | float | — |
| direction | int | Direction of displacement. |
| duplicate | float | Amount of block duplication. |
| seed | float | — |
| mix | float | Dry/wet blend. |