1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 00:47:45 +00:00

PixelPaint: Add the FastBoxBlurFilter with configurable parameters :^)

The FastBoxBlurFilter has been living in LibGfx for a while and now
it's accessible in PixelPaint. The parameters for the filter are exposed
via the new Filter Gallery.
This commit is contained in:
Tobias Christiansen 2022-01-02 21:57:44 +01:00 committed by Idan Horowitz
parent b0ab979169
commit 9d45e5ac8f
4 changed files with 105 additions and 0 deletions

View file

@ -20,6 +20,7 @@ set(SOURCES
Filters/BoxBlur3.cpp
Filters/BoxBlur5.cpp
Filters/Filter.cpp
Filters/FastBoxBlur.cpp
Filters/GaussBlur3.cpp
Filters/GaussBlur5.cpp
Filters/Grayscale.cpp