mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-03 14:50:02 +00:00
PixelPaint: Add actions to flip image vertically/horizontally
This commit is contained in:
parent
0c56f06994
commit
6a8c408856
Notes:
sideshowbarker
2024-07-18 04:51:02 +09:00
Author: https://github.com/mustafaquraish
Commit: 6a8c408856
Pull-request: https://github.com/SerenityOS/serenity/pull/9765
3 changed files with 33 additions and 0 deletions
|
@ -91,6 +91,8 @@ public:
|
|||
String const& title() const { return m_title; }
|
||||
void set_title(String);
|
||||
|
||||
void flip(Gfx::Orientation orientation);
|
||||
|
||||
private:
|
||||
explicit Image(Gfx::IntSize const&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue