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:
parent
d8474d80f2
commit
58c30959b1
7 changed files with 192 additions and 3 deletions
|
@ -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&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue