mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 16:16:43 +00:00
PixelPaint: Add method to merge visible layers
This adds a function that merges all visible layers to one, ignoring the invisible.
This commit is contained in:
parent
0900e31fe0
commit
791a018c99
Notes:
sideshowbarker
2024-07-18 10:03:18 +09:00
Author: https://github.com/metmo
Commit: 791a018c99
Pull-request: https://github.com/SerenityOS/serenity/pull/8503
Reviewed-by: https://github.com/awesomekling
3 changed files with 39 additions and 0 deletions
|
@ -69,6 +69,7 @@ public:
|
|||
void remove_layer(Layer&);
|
||||
void select_layer(Layer*);
|
||||
void flatten_all_layers();
|
||||
void merge_visible_layers();
|
||||
|
||||
void add_client(ImageClient&);
|
||||
void remove_client(ImageClient&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue