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

@@ -144,7 +144,7 @@ void App::dialog_export()
{
if (canvas)
{
canvas->m_canvas->export_equirectangular(data_path);
canvas->m_canvas->export_equirectangular(data_path + "/" + doc_name + ".jpg");
}
}