Files
ladybird/Userland/Applications
Tobias Christiansen f92172c7c3 PixelPaint: Add a Bloom filter
A bloom filter creates fringes around bright areas in the image
mimicking the behavior of real-world cameras.
It gets its own category "Artistic" in the Filter Gallery since its not
one filter per se but a combination of multiple.

The filter works as follows:
- Get only the light areas (above a threshold) of the image
- Blur that image
- Compose onto the original image
2022-01-04 21:41:14 +02:00
..
2021-12-17 13:09:54 -08:00
2021-12-17 13:09:54 -08:00
2022-01-04 21:41:14 +02:00