mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:18:12 +00:00
PixelPaint: Add exporting to the QOI image format
This commit is contained in:
parent
44a5558525
commit
be4913c1fb
3 changed files with 26 additions and 0 deletions
|
@ -71,6 +71,7 @@ public:
|
|||
ErrorOr<void> write_to_file(String const& file_path) const;
|
||||
ErrorOr<void> export_bmp_to_file(Core::File&, bool preserve_alpha_channel);
|
||||
ErrorOr<void> export_png_to_file(Core::File&, bool preserve_alpha_channel);
|
||||
ErrorOr<void> export_qoi_to_file(Core::File&) const;
|
||||
|
||||
void move_layer_to_front(Layer&);
|
||||
void move_layer_to_back(Layer&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue