add command line interface handler and implement convert command from pano to jpg

This commit is contained in:
2017-11-04 16:04:22 +00:00
parent b49414bcd6
commit 2baaff10cc
9 changed files with 142 additions and 56 deletions

View File

@@ -127,4 +127,6 @@ public:
void dialog_export();
void dialog_layer_rename();
void brush_update();
void cmd_convert(std::string pano_path, std::string out_path);
};