1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 22:27:44 +00:00

PixelPaint: Export image as BMP

You can now export your masterpieces as fresh, crisp BMP files.
This commit is contained in:
BenJilks 2020-10-18 17:17:49 +00:00 committed by Andreas Kling
parent d8474d80f2
commit 58c30959b1
7 changed files with 192 additions and 3 deletions

View file

@ -68,6 +68,7 @@ public:
void paint_into(GUI::Painter&, const Gfx::IntRect& dest_rect);
void save(const String& file_path) const;
void export_bmp(const String& file_path);
void move_layer_to_front(Layer&);
void move_layer_to_back(Layer&);