merge layers and save to png

This commit is contained in:
2017-04-29 22:00:57 +01:00
parent fa49d9ee09
commit 73f689524b
3 changed files with 67 additions and 3 deletions

View File

@@ -75,6 +75,7 @@ public:
void snapshot_save(std::string data_path);
void snapshot_restore();
void clear_context();
void save(std::string data_path);
};