A filter is a tiny image-processing pipeline. Pick an effect, tune its primitives, and watch the same shape transform. The filter chain is shown as code.
Each fe… primitive takes an input (in) and names its output (result). Chain them by feeding one result into the next — a pipeline.