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:
parent
b0ab979169
commit
9d45e5ac8f
4 changed files with 105 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue