first issue: i told you to ignore the wxT() macro. if i don't remove it i get
hugin/src/hugin1/base_wx/StitchingExecutor.cpp:454:40: error: no match for 'operator+' (operand types are 'const wchar_t [4]' and 'std::string' {aka 'std::__cxx11::basic_string<char>'}) 454 | nonaArgs.Append(wxT("-z ") + opts.outputLayersCompression + wxT(" ")); etc... second issue: the roi this has been broken for me for many years (not for all panoramas though) in particular the blended_fused output. the x/y position of the image happens with all of them though. if i set the crop region everything from there on should be dealt with in the frame reference of the ROI not the canvas. i'm attaching a testcase, including the outputs i get. the original images have been resized to 10% so the fov is weird. all vearsion are at the head of mercury as of today. enblend --version --verbose enblend 4.3-e87da60fab22 Extra feature: OpenMP: yes - version 2015-11 - support for dynamic adjustment of the number of threads; dynamic adjustment disabled by default - using 24 processors and up to 24 threads - allocating thread-local dynamic memory with malloc/free Extra feature: OpenCL: no Extra feature: metadata (EXIF, IPTC, XMP) transfer: yes Copyright (C) 2004-2009 Andrew Mihal. Copyright (C) 2009-2017 Christoph Spiel. License GPLv2+: GNU GPL version 2 or later <http://www.gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by Andrew Mihal, Christoph Spiel and others. ** Attachment added: "testcase.tgz" https://bugs.launchpad.net/hugin/+bug/2081969/+attachment/5821852/+files/testcase.tgz -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/2081969 Title: hugin misaligns remapped images resulting in bad stitch Status in Hugin: Incomplete Bug description: remapped images are exported in the reference frame of the canvas instead of the ROI (the crop zone) resulting in bad stitches. the attached patch fixes this (wxT() has been deprecated in wxwidgets 3.3 and is not needed anymore. i removed it only in places where i got compile errors but if you don't use the latest wxwidgets those changes can be ignored). this coupled with the patches for enblend/enfuse (https://bugs.launchpad.net/enblend/+bug/2081896) should result in good stitches again. To manage notifications about this bug go to: https://bugs.launchpad.net/hugin/+bug/2081969/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~hugin-devs Post to : hugin-devs@lists.launchpad.net Unsubscribe : https://launchpad.net/~hugin-devs More help : https://help.launchpad.net/ListHelp