JPEG Glitch
GPU GpuSimulates JPEG-style block corruption and color breakup.
JPEG Glitch introduces block quantization artifacts, channel offsets, and corruption patterns to create compressed-image aesthetics without leaving the GPU chain.
Parameters
| Name | Type | Description |
|---|---|---|
| amount | float | Overall strength of the effect. |
| block_size | float | Size of the simulated compression blocks. |
| corruption | float | Amount of corruption introduced per block. |
| quantize | float | Strength of color quantization. |
| channel_offset | float | — |
| seed | float | — |
| mix | float | Dry/wet blend. |