Pixel Sort
GPU GpuReorders image pixels into directional sort streaks.
Pixel Sort uses luminance thresholds and directional passes to create stretched, smeared image regions reminiscent of offline glitch-processing workflows.
Parameters
| Name | Type | Description |
|---|---|---|
| threshold_lo | float | Lower luminance threshold for sorting. |
| threshold_hi | float | Upper luminance threshold for sorting. |
| amount | float | — |
| direction | int | Sort direction. |
| reverse | float | Reverses the sort direction. |
| smoothing | float | — |
| seed | float | — |
| mix | float | Dry/wet blend. |