diff options
author | Tobias Christiansen <tobyase@serenityos.org> | 2022-01-04 16:00:05 +0100 |
---|---|---|
committer | Idan Horowitz <idan.horowitz@gmail.com> | 2022-01-04 21:41:14 +0200 |
commit | f92172c7c3928fa237b9059921a99d919773c63d (patch) | |
tree | 9953c90c704fb16bdfe7e44123b8452e9889de38 /Base | |
parent | e4b7d38e1805bdcf047081123f3c7924078f6a57 (diff) | |
download | serenity-f92172c7c3928fa237b9059921a99d919773c63d.zip |
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
Diffstat (limited to 'Base')
0 files changed, 0 insertions, 0 deletions