summaryrefslogtreecommitdiff
path: root/Base
diff options
context:
space:
mode:
authorTobias Christiansen <tobyase@serenityos.org>2022-01-04 16:00:05 +0100
committerIdan Horowitz <idan.horowitz@gmail.com>2022-01-04 21:41:14 +0200
commitf92172c7c3928fa237b9059921a99d919773c63d (patch)
tree9953c90c704fb16bdfe7e44123b8452e9889de38 /Base
parente4b7d38e1805bdcf047081123f3c7924078f6a57 (diff)
downloadserenity-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