implement export/import ppbr
This commit is contained in:
@@ -98,6 +98,10 @@ public:
|
||||
bool save();
|
||||
bool restore();
|
||||
void add_brush(std::shared_ptr<Brush> brush);
|
||||
bool export_ppbr(const std::string& path, const Image& header_image);
|
||||
bool import_ppbr(const std::string& path);
|
||||
bool import_abr(const std::string& path);
|
||||
std::string replace_path(std::string path, std::string new_base);
|
||||
void clear_brushes();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user