hotfix export as jpg and not ppi
This commit is contained in:
@@ -699,7 +699,7 @@ Here's a list of what's available in this release.
|
||||
<!--window content-->
|
||||
<border color=".2" width="100%" height="500">
|
||||
<scroll pad="10" margin="5" color="1" dir="col" shrink="1">
|
||||
<node align="center" margin="10 0 10 0"><text color="0" font-face="arial" font-size="30" text="Gettings started with PanoPainter"/></node>
|
||||
<node align="center" margin="10 0 10 0"><text color="0" font-face="arial" font-size="30" text="Getting started with PanoPainter"/></node>
|
||||
<image path="data/doc/images/panopainter-doc-overview.jpg" width="100%" align="center" justify="flex-end" autosize="1"/>
|
||||
<node align="center" margin="40 0 20 0"><text color="0" font-face="arial" font-size="30" text="Brush Settings"/></node>
|
||||
<image path="data/doc/images/panopainter-doc-brush-settings.jpg" width="100%" align="center" justify="flex-end" autosize="1"/>
|
||||
|
||||
@@ -1056,7 +1056,7 @@ void ui::Canvas::export_equirectangular(std::string file_path, std::function<voi
|
||||
if (App::I.check_license())
|
||||
{
|
||||
std::thread t([=] {
|
||||
export_equirectangular_thread(App::I.data_path + "/" + App::I.doc_name + ".ppi");
|
||||
export_equirectangular_thread(file_path);
|
||||
if (on_complete)
|
||||
on_complete();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user