technique

Per-pixel image filtering

Loop over every pixel of a loaded image, read its color, transform it, and write it back, to build custom image filters.

Also called: pixel get/set filter loop

What it is

How it works

Parameters & tuning

Where it’s been used

Variants & neighbours

Go deeper


Revision 1 · 1 source · Something wrong? Tell us.