[Hugin-devs] [Bug 2024280] Re: left magnifier in cp editor window shows mirrored image

2023-06-17 Thread tmodes
I can't reproduce the issue here. The image is correctly drawn. Can you provide a small pto file with 2 images which shows the issue? One more question: Is autorotate images activated or deactivated in preferences? ** Changed in: hugin Status: New => Incomplete -- You received this bug n

[Hugin-devs] [Bug 2018002] Re: "Could not process of output of reference image" when importing raw images with dcraw

2023-04-29 Thread tmodes
This is not reproducible here. I downloaded sample raw images from the mentioned camera and these are imported correctly with dcraw. Have you added additional parameters to dcraw? Can you provide a sample image? ** Changed in: hugin Status: New => Incomplete -- You received this bug not

[Hugin-devs] [Bug 2018003] Re: UI hangs while About window is open.

2023-04-29 Thread tmodes
I don't see the point of have a non-modal about dialog. The about dialog is showing only information about the program. Nothing that needs to be changed or even read when processing a panorama. ** Changed in: hugin Status: New => Opinion -- You received this bug notification because you

[Hugin-devs] [Bug 679939] Re: add quick crop

2023-04-16 Thread tmodes
- A reset crop button (removing all cropping is currently quite fiddly). - Some preset grid overlays for composition (rule of thirds, corner diagonals, golden ratio etc...). These were already implemented in 2011 - Shift-drag at the centre would move only horizontally or vertically similar to th

[Hugin-devs] [Bug 2016362] Re: Feature request: Add "Fit crop around images" button

2023-04-16 Thread tmodes
*** This bug is a duplicate of bug 679939 *** https://bugs.launchpad.net/bugs/679939 > This was done for speed (see below). As I understand it, for > non-masked/non-cropped images _some_ point on the source image's edge will be > at its largest/smallest projected X/Y position in the final pa

[Hugin-devs] [Bug 2016362] Re: Feature request: Add "Fit crop around images" button

2023-04-16 Thread tmodes
*** This bug is a duplicate of bug 679939 *** https://bugs.launchpad.net/bugs/679939 Testing only the first/last row/column of each image is not enough. It will fail e.g. for fisheye images and images with crop or masks. Also please use only whitespace for indentation. The patch contains mixe

[Hugin-devs] [Bug 2016362] Re: Feature request: Add "Fit crop around images" button

2023-04-15 Thread tmodes
*** This bug is a duplicate of bug 679939 *** https://bugs.launchpad.net/bugs/679939 ** This bug has been marked a duplicate of bug 679939 add quick crop -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https://bugs.launchpa

[Hugin-devs] [Bug 2012946] Re: Masks-Crop Window Displays Itself Fully In Child Window

2023-03-27 Thread tmodes
I committed a further modification. Hopefully it is now fixed. -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/2012946 Title: Masks-Crop Window Displays Itself Fully In Child Window Status in Hug

[Hugin-devs] [Bug 2012946] Re: Masks-Crop Window Displays Itself Fully In Child Window

2023-03-27 Thread tmodes
There was already one fix at the weekend in this area. But it was not enough for the wxGTK implementation. It should now be fixed in repository in default branch. ** Changed in: hugin Status: New => Fix Committed ** Changed in: hugin Milestone: None => 2023.0beta1 -- You received th

[Hugin-devs] [Bug 1989723] Re: aborts on startup when built against wxwidgets3.2

2023-02-24 Thread tmodes
The default branch does now allow to use the epoxy library instead of GLEW (see https://bugs.launchpad.net/hugin/+bug/2007178 ) The use the epoxy library add -DBUILD_WITH_EPOXY=on to the CMake command line. Epoxy should detect at run-time if you are using GLX or EGL and so improve the situation

[Hugin-devs] [Bug 2007178] Re: Replace GLEW with epoxy

2023-02-24 Thread tmodes
I committed the changes to the repository. But I made the choice of GLEW or epoxy user configurable in the CMake build. ** Changed in: hugin Status: New => Fix Committed ** Changed in: hugin Milestone: None => 2023.0beta1 -- You received this bug notification because you are a member

[Hugin-devs] [Bug 2007178] Re: Replace GLEW with epoxy

2023-02-21 Thread tmodes
For ImageTransformsGPU.cpp you need to include before gl.h. Then the glut call work (removing an error reporting is a no-go). But when I use the released epoxy lib (compiled with MSVC) I'm getting the crashes. After more testing it appears there is a bug in libepoxy build system or in meson. D

[Hugin-devs] [Bug 2007736] Re: FreeBSD hugin assistant stuck cleaning points

2023-02-19 Thread tmodes
I'm not aware of some log files written. wxWidgets is using execvp under the hood of wxExecute. Not sure if this is helpful. -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/2007736 Title: FreeBSD

[Hugin-devs] [Bug 2007736] Re: FreeBSD hugin assistant stuck cleaning points

2023-02-18 Thread tmodes
Tested on Windows and Ubuntu. On both system it works without problems with the provided test images. Hugin is using wxExecute from wxWidgets to call the command line tools. So I have no experience what on FreeBSD interferences with these calls. -- You received this bug notification because you

[Hugin-devs] [Bug 2007178] Re: Replace GLEW with epoxy

2023-02-18 Thread tmodes
I tried to test it on Windows. First I needed several more changes to get it to compile. But it does not work: nona --gpu is only printing "Attempting to dlopen() while in the dynamic linker." and then crashes. Opening the fast preview crashes Hugin without feedback/further information. -- You

[Hugin-devs] [Bug 2007178] Re: Replace GLEW with epoxy

2023-02-14 Thread tmodes
First I need to check how to build on Windows. The readme does not provide instructions specific for Windows. It seems epoxy needs 2! different build systems (currently not used by Hugin or its dependencies) which would be a high obstacle for building such a small library. Second this lib is new f

[Hugin-devs] [Bug 2002813] Re: align_image_stack hangs

2023-01-14 Thread tmodes
The main issue here is, that ais has found only 2 cp, but there are 6 parameters to optimize. Then the optimizer goes haywire and the autocrop hangs. I added an additional check to prevent this loop. ** Changed in: hugin Status: Incomplete => Fix Committed ** Changed in: hugin Milest

[Hugin-devs] [Bug 2002813] Re: align_image_stack hangs

2023-01-13 Thread tmodes
In the first case the problem is complex and a combination of several switches. With the optimization of HFOV (-m) the optimization leads to a movement of the second image outside of the ROI. When now running autocrop (-C switch) it resulted in the hang because the second image is outside of the pa

[Hugin-devs] [Bug 2002813] Re: align_image_stack hangs

2023-01-13 Thread tmodes
align_image_stack -o test problem-image1.jpg problem-image2.jpg WARNING: Spread of exposure values is very small. Disabling sorting images by exposure value. No Feature Points Bad params An error occurred during optimization. Try adding "-p debug.pto" and checking output. Exiting... When

[Hugin-devs] [Bug 2002762] Re: OpenGL preview's list of active images lags by 1 click

2023-01-13 Thread tmodes
You did not mentioned which operating system and which Hugin version. Also it is not reproducible on Windows and LUbuntu. On both systems it works perfectly. Maybe you are confused by a hover effect on the button which can have another colour (maybe it is only slightly different) ** Changed in:

[Hugin-devs] [Bug 2002813] Re: align_image_stack hangs

2023-01-13 Thread tmodes
Yes, having the 2 images would be helpful. Otherwise it is very difficult to find the point. ** Changed in: hugin Status: New => Incomplete -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/200

[Hugin-devs] [Bug 2002559] Re: build error with flann 1.9.2

2023-01-12 Thread tmodes
Thanks for the patch. Committed to repository (default branch) ** Changed in: hugin Status: New => Fix Committed ** Changed in: hugin Milestone: None => 2023.0beta1 -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https

[Hugin-devs] [Bug 2000019] Re: Take into account digital zoom ratio EXIF tag in the computation of the HFOV

2022-12-20 Thread tmodes
Should now be fixed in repository. ** Changed in: hugin Status: Incomplete => Fix Committed ** Changed in: hugin Milestone: None => 2023.0beta1 -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https://bugs.launchpad.net

[Hugin-devs] [Bug 2000019] Re: Take into account digital zoom ratio EXIF tag in the computation of the HFOV

2022-12-19 Thread tmodes
Hugin has already several ways to calculate the fov. The latest one especially for some cell phone cameras was added in 2022.0. Why can't the manufactures use the same tags? Why must everybody use it's own schema. So please test 2022.0 first. If it does not work please provide a link to some tes

[Hugin-devs] [Bug 1998020] Re: Hugin Calibrate Lens asserts on start

2022-12-18 Thread tmodes
** Changed in: hugin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/1998020 Title: Hugin Calibrate Lens asserts on start Status in Hugin: Fix Relea

[Hugin-devs] [Bug 1999961] Re: arm64 build for macOS

2022-12-18 Thread tmodes
We are only doing a source code release. The corresponding binaries are contributed by the community. So it needs volunteer to do the build. ** Changed in: hugin Status: New => Opinion -- You received this bug notification because you are a member of Hugin Developers, which is subscribe

[Hugin-devs] [Bug 1998020] Re: Hugin Calibrate Lens asserts on start

2022-11-27 Thread tmodes
I can't reproduce it. Assuming this is with wxWidgets 3.2 with GTK3? And it does not happen with wxWidgets 3.1.x? Trying to blind fix in repository. ** Summary changed: - Hugin Calibrate Lens crashes on start + Hugin Calibrate Lens asserts on start ** Changed in: hugin Status: New => Fix

[Hugin-devs] [Bug 1956715] Re: fulla flatfield extremely dark

2022-11-25 Thread tmodes
** Changed in: hugin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/1956715 Title: fulla flatfield extremely dark Status in Hugin: Fix Released Bu

[Hugin-devs] [Bug 1955330] Re: Wrong hint text when stitching modified project file

2022-11-25 Thread tmodes
** Changed in: hugin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/1955330 Title: Wrong hint text when stitching modified project file Status in Hug

[Hugin-devs] [Bug 1960217] Re: Slovak translation

2022-11-25 Thread tmodes
** Changed in: hugin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/1960217 Title: Slovak translation Status in Hugin: Fix Released Bug descriptio

[Hugin-devs] [Bug 1994039] Re: Hugin GUI doesn't support high DPI displays (Windows)

2022-11-25 Thread tmodes
** Changed in: hugin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/1994039 Title: Hugin GUI doesn't support high DPI displays (Windows) Status in Hu

[Hugin-devs] [Bug 1975825] Re: Image parameters d, e, Vx and Vy are incorrectly scaled when loading a project file as template

2022-11-25 Thread tmodes
** Changed in: hugin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/1975825 Title: Image parameters d, e, Vx and Vy are incorrectly scaled when loadin

[Hugin-devs] [Bug 1993959] Re: Lens calibration gui caches removed images

2022-11-25 Thread tmodes
** Changed in: hugin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/1993959 Title: Lens calibration gui caches removed images Status in Hugin: Fix

[Hugin-devs] [Bug 1994984] Re: Importing raw files with Rawtherapee with prepared .pp3 doesn't rotate output files

2022-10-30 Thread tmodes
> if all raw files have the same orientation, That's exactly the point. A fixed rotation goes havoc if this is not fulfilled. And Hugin does not force this. So the easier point is therefore to disable these additional rotation and relay that RawTherapee does already rotate all images according t

[Hugin-devs] [Bug 1994984] Re: Importing raw files with Rawtherapee with prepared .pp3 doesn't rotate output files

2022-10-29 Thread tmodes
In Hugins raw import the rotation is intentionally disabled. Background: If the pp3 files of different files contains different rotation it results in problems in Hugin. (So the images gets different lenses assigned, which makes the default alignment more complicated.) So the rotation during raw

[Hugin-devs] [Bug 1994036] Re: [FR] Exclusion zones for edge detection in calibration GUI

2022-10-24 Thread tmodes
You can already enable or disable individual lines. So you can easily disable individual lines an I don't see the need for such an additional feature. ** Changed in: hugin Status: New => Opinion -- You received this bug notification because you are a member of Hugin Developers, which is s

[Hugin-devs] [Bug 1994039] Re: Hugin GUI doesn't support high DPI displays (Windows)

2022-10-24 Thread tmodes
Hugin and all its GUI tools *are* hidpi aware. The manifest is correctly added. This can be easily checked in the task manager. There were only 2 places (about dialog and overview panel) were still the old hard coded values were used. This is now fixed in the repository. ** Changed in: hugin

[Hugin-devs] [Bug 1993959] Re: Lens calibration gui caches removed images

2022-10-24 Thread tmodes
Fixed in repository. Note: Not sure what's the point of editing the image. Calibrate_lens_gui is intended to work on the images straight from the camera, so there should be no need to edit them in between. ** Changed in: hugin Status: New => Fix Committed ** Changed in: hugin Mileston

[Hugin-devs] [Bug 1989723] Re: aborts on startup when built against wxwidgets3.2

2022-09-26 Thread tmodes
Sorry, I wasn't aware of the OpenGL ES/GLEW/wxWidgets problems. The bug appeared some time ago: https://bugs.launchpad.net/hugin/+bug/1938453 And there the build fix for glew worked. Not sure how to work around. There are some functions in the fast preview which are using GLEW function. Not sure

[Hugin-devs] [Bug 1989723] Re: aborts on startup when built against wxwidgets3.2

2022-09-25 Thread tmodes
Hi Andreas, does it works now? How can the build instruction be more clear? Suggestions are always welcome. -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/1989723 Title: aborts on startup when b

[Hugin-devs] [Bug 1989723] Re: aborts on startup when built against wxwidgets3.2

2022-09-17 Thread tmodes
This is a known build issue. >From the INSTALL_cmake file in Hugins base directory: Note: On Linux wxWidgets 3.1.5 and later is by default compiled with EGL support for the wxGLCanvas class. In this case you need to activate EGL support explicitly also in GLEW, otherwise there are crashes when i

[Hugin-devs] [Bug 1989723] Re: aborts on startup when built against wxwidgets3.2

2022-09-16 Thread tmodes
Please test the attached patch. I'm testing also with wxWidgets 3.2 and don't get the assert. So it just a guess. ** Patch added: "assert.diff" https://bugs.launchpad.net/hugin/+bug/1989723/+attachment/5616494/+files/assert.diff -- You received this bug notification because you are a member

[Hugin-devs] [Bug 1989723] Re: aborts on startup when built against wxwidgets3.2

2022-09-15 Thread tmodes
What was the last working wxWidgets versions? Was it from the 3.0.x series? If so then it is only faint related to the wxWidgets 3.2 version. It was already fixed in the repository (changeset edfddc6070ca). See also https://groups.google.com/g/hugin-ptx/c/kSrBFdINUnY If the last working version

[Hugin-devs] [Bug 1989024] Re: Geotagging information lost in the final output

2022-09-08 Thread tmodes
First there are several GPS tags (e.g in Exif and/or XMP) possible. Second some GPS tags are indicating a direction and would be wrong in the final panorama. But the tags which are copied into the final panorama are customizable. Go to preferences, tab Stitching (2) and add the necessary tags to

[Hugin-devs] [Bug 1975825] Re: Image parameters d, e, Vx and Vy are incorrectly scaled when loading a project file as template

2022-05-26 Thread tmodes
Now I see it. It is related to linked image variables. For unlinked image variables it worked fine. It should now be fixed in repository in changeset 490baa16aae6. ** Changed in: hugin Status: Incomplete => Fix Committed ** Changed in: hugin Milestone: None => 2022.0beta1 -- You re

[Hugin-devs] [Bug 1975825] Re: Image parameters d, e, Vx and Vy are incorrectly scaled when loading a project file as template

2022-05-26 Thread tmodes
You need to be more precise what is "incorrect scaled". The parameter d, e, Vx and Vy are in pixel. (While other image parameters are relative.) When the image is bigger than in the template these parameters needs therefore scaled to take the new image size into account. So if the new image is t

[Hugin-devs] [Bug 1970518] Re: enfuse creates too large of image with black border on right and bottom

2022-04-28 Thread tmodes
Thanks for the response. So I'm setting the bug to fixed. So the next step would be to inform the package manager so that they update their package. ** Changed in: enblend Status: Incomplete => Fix Committed -- You received this bug notification because you are a member of Hugin Develo

[Hugin-devs] [Bug 1970518] Re: enfuse creates too large of image with black border on right and bottom

2022-04-27 Thread tmodes
Moving to enblend/enfuse bug tracker - it is not a Hugin bug, the parameters are correctly transferred to enfuse/enblend. I tested your repro test case on 2 different system. On all system the output is correctly created without black borders. It works fine with the released version 4.2 and also

[Hugin-devs] [Bug 1955330] Re: Wrong hint text when stitching modified project file

2022-03-06 Thread tmodes
** Changed in: hugin Milestone: None => 2022.0beta1 -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/1955330 Title: Wrong hint text when stitching modified project file Status in Hugin: Fix

[Hugin-devs] [Bug 1960217] Re: Slovak translation

2022-03-06 Thread tmodes
** Changed in: hugin Milestone: 2021.0rc1 => 2022.0beta1 -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/1960217 Title: Slovak translation Status in Hugin: Fix Committed Bug description:

[Hugin-devs] [Bug 1956715] Re: fulla flatfield extremely dark

2022-03-06 Thread tmodes
** Changed in: hugin Milestone: 2021.0rc1 => 2022.0beta1 -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/1956715 Title: fulla flatfield extremely dark Status in Hugin: Fix Committed Bug de

[Hugin-devs] [Bug 1956715] Re: fulla flatfield extremely dark

2022-02-13 Thread tmodes
Trying to fix in changeset e45c1c8870e2 ** Changed in: hugin Status: Incomplete => Fix Committed ** Changed in: hugin Milestone: None => 2021.0rc1 -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https://bugs.launchpad.

[Hugin-devs] [Bug 1960217] Re: Slovak translation

2022-02-07 Thread tmodes
Thanks Jose Riha. Committed to repository. Also thanks to Kornel for checking. ** Changed in: hugin Status: New => Fix Committed ** Changed in: hugin Milestone: None => 2021.0rc1 -- You received this bug notification because you are a member of Hugin Developers, which is subscribed t

[Hugin-devs] [Bug 1958474] Re: Feature Request: Auto Save of stitching log

2022-01-23 Thread tmodes
Sorry, but this is not reproducible here (tested on Windows and Ubuntu). The setting is correctly saved for several sessions. -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/1958474 Title: Feature

[Hugin-devs] [Bug 1958474] Re: Feature Request: Auto Save of stitching log

2022-01-20 Thread tmodes
The option copy to clipboard refers to the log of the assistant. The stitching is done by PTBatcherGUI. It has already an option "always save log". ** Changed in: hugin Status: New => Invalid -- You received this bug notification because you are a member of Hugin Developers, which is sub

[Hugin-devs] [Bug 1958027] Re: preference about final pano size is not respected

2022-01-15 Thread tmodes
The options refers to the width of the final pano, not of the individual images. And this setting is only used by the assistant. Therefore it is at the correct position. (You can change the output size on the stitcher tab - as written in the help.) The assistant calculates first the optimal wid

[Hugin-devs] [Bug 1956190] Re: align_image_stack is doing a poor job

2022-01-07 Thread tmodes
Closing here, please use the mailing list for further discussion. (As already said at stackexchange the main issue is the parallax between foreground and background.) ** Changed in: hugin Status: New => Opinion -- You received this bug notification because you are a member of Hugin Develo

[Hugin-devs] [Bug 1956715] Re: fulla flatfield extremely dark

2022-01-07 Thread tmodes
Can you provide the (scaled down/small) version of image + flatfield? What was the complete command line used? ** Changed in: hugin Status: New => Incomplete -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https://bugs.laun

[Hugin-devs] [Bug 1955993] Re: Dijkstra optimizer and defective seam line => no final panorama

2021-12-30 Thread tmodes
** Project changed: hugin => enblend -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Enblend. https://bugs.launchpad.net/bugs/1955993 Title: Dijkstra optimizer and defective seam line => no final panorama Status in Enblend: New Bug

[Hugin-devs] [Bug 1955330] Re: Wrong hint text when stitching modified project file

2021-12-19 Thread tmodes
It works as intended. The file selection requests the output prefix - not the project filename. This is stated in the caption of the dialog. Only the hint text is misleading in the case of an existing project. I modified the hint text. ** Summary changed: - Saving to a different filename not wo

[Hugin-devs] [Bug 1948930] Re: Updated Hungarian translations

2021-12-17 Thread tmodes
** Changed in: hugin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/1948930 Title: Updated Hungarian translations Status in Hugin: Fix Released Bu

[Hugin-devs] [Bug 1953275] Re: Crash upon clicking on "AutoCrop"

2021-12-17 Thread tmodes
** Changed in: hugin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/1953275 Title: Crash upon clicking on "AutoCrop" Status in Hugin: Fix Released

[Hugin-devs] [Bug 1953275] Re: Crash upon clicking on "AutoCrop"

2021-12-09 Thread tmodes
Thanks for the file. The main cause for the crash was the big canvas size - this resulted in an overflow in the internal calculation. This is fixed in the repository and will be in 2021.0 rc1. A workaround is to reduce the canvas size (currently it is 108276x54138). ** Changed in: hugin

[Hugin-devs] [Bug 1953275] Re: Crash upon clicking on "AutoCrop"

2021-12-06 Thread tmodes
Please provide the pto file before pressing auto crop. The debug log does not really help further. Load the images, press align and then save the pto file without pressing autocrop. ** Changed in: hugin Status: New => Incomplete -- You received this bug notification because you are a me

[Hugin-devs] [Bug 1948930] Re: Updated Hungarian translations

2021-10-27 Thread tmodes
Thanks. Committed to repository. Will be in final release of 2021.0 ** Changed in: hugin Status: New => Fix Committed ** Changed in: hugin Milestone: None => 2021.0rc1 -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. ht

[Hugin-devs] [Bug 1922039] Re: Segmentation fault from Resaveimage() in verdandi

2021-10-17 Thread tmodes
Needs to fixed in vigra. Nothing we can change in Hugin. ** Changed in: hugin Status: New => Invalid -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/1922039 Title: Segmentation fault from

[Hugin-devs] [Bug 1940833] Re: ImfRgbaFile.h etc

2021-10-17 Thread tmodes
** Changed in: hugin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/1940833 Title: ImfRgbaFile.h etc Status in Hugin: Fix Released Bug description

[Hugin-devs] [Bug 1907917] Re: Appdata update

2021-10-17 Thread tmodes
** Changed in: hugin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/1907917 Title: Appdata update Status in Hugin: Fix Released Bug description:

[Hugin-devs] [Bug 1909484] Re: 2020.0.0 calibrate_lens_gui - multiple assertions at startup

2021-10-17 Thread tmodes
** Changed in: hugin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/1909484 Title: 2020.0.0 calibrate_lens_gui - multiple assertions at startup Statu

[Hugin-devs] [Bug 1938453] Re: Fast GL Preview crashes when built with wxWidgets 3.1.5: Error initialising GLEW

2021-10-17 Thread tmodes
** Changed in: hugin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/1938453 Title: Fast GL Preview crashes when built with wxWidgets 3.1.5: Error in

[Hugin-devs] [Bug 1942836] Re: Potential Integer Overflow vulnerability in src/celeste/svm.cpp

2021-10-17 Thread tmodes
** Changed in: hugin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/1942836 Title: Potential Integer Overflow vulnerability in src/celeste/svm.cpp St

[Hugin-devs] [Bug 1942836] Re: Potential Integer Overflow vulnerability in src/celeste/svm.cpp

2021-10-16 Thread tmodes
Fixed in changeset eda0e338b594 ** Changed in: hugin Status: New => Fix Committed ** Changed in: hugin Milestone: None => 2021.0beta1 -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/1942

[Hugin-devs] [Bug 1946648] Re: hugin freeze at startup

2021-10-12 Thread tmodes
This indicates that your graphic driver does not support OpenGL correctly / has a bug in the OpenGL implementation. You need to find and install another graphic driver for your systems. This is already mentioned in the FAQ: If glxgears does not run on your system, Hugin will not run either. See y

[Hugin-devs] [Bug 1946648] Re: hugin freeze at startup

2021-10-11 Thread tmodes
Okay, that was not the cause. Try running glxgears to check if OpenGL works correct in your environment (see https://wiki.panotools.org/Hugin_FAQ#Hugin_Quits_.28Seg_Faults.29_at_Launch_.28Linux.29 ) -- You received this bug notification because you are a member of Hugin Developers, which is su

[Hugin-devs] [Bug 1946648] Re: hugin freeze at startup

2021-10-11 Thread tmodes
Try deleting the preferences file ~/.hugin The window manager should not be the problem. But it may be a problem, when using Wayland instead of X11. In this case a special compile option is required. -- You received this bug notification because you are a member of Hugin Developers, which is sub

[Hugin-devs] [Bug 1942184] Re: Crash on start with nvidia proprietary drivers v340

2021-08-31 Thread tmodes
The mentioned changeset fixes a warning for most of the newer versions and is since CMake 3.11 the default. It selects by default the newer OpenGL libs. To force the usage of the old library set the CMake variable OpenGL_GL_PREFERENCE to LEGACY (maybe by adding -DOpenGL_GL_PREFERENCE=LEGACY to t

[Hugin-devs] [Bug 1940833] Re: ImfRgbaFile.h etc

2021-08-28 Thread tmodes
Should be fixed in default branch. (If not, please delete build directory and start again.) ** Changed in: hugin Status: Incomplete => Fix Committed ** Changed in: hugin Milestone: None => 2021.0beta1 -- You received this bug notification because you are a member of Hugin Developers,

[Hugin-devs] [Bug 1940833] Re: ImfRgbaFile.h etc

2021-08-23 Thread tmodes
> But I do have > OPENEXR_INCLUDE_DIR:PATH=/usr/include/OpenEXR > in CMakeCache.txt > shouldnt that suffice? Yes, that should be enough. This path is added to the include list include_directories(${OPENEXR_INCLUDE_DIR}) This works nice on my Ubuntu and Fedora distro. So I don't know what goes wr

[Hugin-devs] [Bug 1940833] Re: ImfRgbaFile.h etc

2021-08-23 Thread tmodes
CMake searches explicitly for this files and exits with an error if not found. I tested this at the weekend at Ubuntu and also on Fedora. It works without intervention. The error can only occur if you override OPENEXR_INCLUDE_DIR. ** Changed in: hugin Status: New => Incomplete -- You r

[Hugin-devs] [Bug 1889191] Re: Patch to build with gcc-10.2.1

2021-08-22 Thread tmodes
The patch is too complicated. It adds e.g. twice to anneal.h. I committed a simpler patch to the 4.2 branch. ** Changed in: enblend Status: New => Fix Committed -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Enblend. https://b

[Hugin-devs] [Bug 1598583] Re: Missing image parts with graphcut seam generator

2021-08-21 Thread tmodes
*** This bug is a duplicate of bug 721136 *** https://bugs.launchpad.net/bugs/721136 ** This bug has been marked a duplicate of bug 721136 enblend creates an unexplainable black area. -- You received this bug notification because you are a member of Hugin Developers, which is subscribed t

[Hugin-devs] [Bug 1939930] Re: Include mask and MOST of 2nd image black

2021-08-21 Thread tmodes
*** This bug is a duplicate of bug 721136 *** https://bugs.launchpad.net/bugs/721136 ** Project changed: hugin => enblend ** This bug has been marked a duplicate of bug 721136 enblend creates an unexplainable black area. -- You received this bug notification because you are a member of H

[Hugin-devs] [Bug 1849220] Re: current default fails to build in Fedora 30

2021-08-21 Thread tmodes
** Changed in: enblend Status: New => Invalid -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Enblend. https://bugs.launchpad.net/bugs/1849220 Title: current default fails to build in Fedora 30 Status in Enblend: Invalid Bug

[Hugin-devs] [Bug 1938453] Re: Fast GL Preview crashes when built with wxWidgets 3.1.5: Error initialising GLEW

2021-08-12 Thread tmodes
I fixed the issue with searching the X11 header in the repository. I also added a hint in the compiling instruction about the issue. ** Changed in: hugin Status: Invalid => Fix Committed ** Changed in: hugin Milestone: None => 2021.0beta1 -- You received this bug notification because

[Hugin-devs] [Bug 1938453] Re: Fast GL Preview crashes when built with wxWidgets 3.1.5: Error initialising GLEW

2021-08-02 Thread tmodes
Thanks for feedback. The code for getting the monitor profile needs the X11 header and libs. This was added after the egl code but not tested for this code path. I will look into this, but it will take some time. -- You received this bug notification because you are a member of Hugin Developers,

[Hugin-devs] [Bug 1938453] Re: Fast GL Preview crashes when built with wxWidgets 3.1.5: Error initialising GLEW

2021-08-01 Thread tmodes
Tanks for confirmation. Because it was a compile switch for glew and not Hugin itself setting status to invalid. When wxWidgets is built with egl the workaround with -DUSE_GDKBACKEND_X11=on should not be needed anymore and can be removed. PS: When you switch in wxWidgets to egl only the fast pre

[Hugin-devs] [Bug 1938453] Re: Fast GL Preview crashes when built with wxWidgets 3.1.5: Error initialising GLEW

2021-07-31 Thread tmodes
When wxWidgets is compiled with egl, glew needs also be compiled with egl support. Is this done? PS: I assume you have built Hugin with -DUSE_GDKBACKEND_X11=on (otherwise it would crash on Wayland.) So Wayland or X11 should not matter, Hugin is forcing in this case to X11 internally. -- You rec

[Hugin-devs] [Bug 1934996] Re: 2 blue bars after importing photos

2021-07-11 Thread tmodes
Please don't attach such big files here. Okay, we the standard settings there is small glitch with the cp cleaning in this special case. Go to preferences and set default cp generator to cpfind (with celeste). Then try it again (from scratch). This works for me. Also the output is fine for jpg/t

[Hugin-devs] [Bug 1934996] Re: 2 blue bars after importing photos

2021-07-10 Thread tmodes
I see no error in the log. But the canvas size has a very high height. Did you start from scratch with disabled line detection in the preferences? (It is possible to fix the posted project. But it is simpler to start from scratch with the changed settings.) With the steps described in comment #2

[Hugin-devs] [Bug 1934996] Re: 2 blue bars after importing photos

2021-07-09 Thread tmodes
If it fails it should print a error log, or alternately saving a log beside the pto file. What is printed in this log? -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/1934996 Title: 2 blue bars a

[Hugin-devs] [Bug 1934996] Re: 2 blue bars after importing photos

2021-07-08 Thread tmodes
The blue lines are the grid in the preview display. Deactivate the grid in the view menu and the "blue lines" are gone. The problem with the generated panorama are the control points: there is only a single control point between image 5 and 6. Also other image pairs have only 2 control points.

[Hugin-devs] [Bug 1931781] Re: Only get 1/4 of panorama in preview window

2021-06-13 Thread tmodes
see question https://answers.launchpad.net/hugin/+question/692890 ** Changed in: hugin Status: New => Fix Released -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/1931781 Title: Only get

[Hugin-devs] [Bug 1916812] Re: Unable to stitch 2 photos in Hugin — 'Error'

2021-02-25 Thread tmodes
Seems we need our mind reading skills. lets try with https://groups.google.com/g/hugin-ptx/c/_aPzi- HS__o/m/ROZIb_8dBQAJ ** Changed in: hugin Status: New => Won't Fix -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https:/

[Hugin-devs] [Bug 1831985] Re: Overview glitches on macOS 10.14 in Hugin 2019.0.0.a369cbe55179

2021-01-03 Thread tmodes
*** This bug is a duplicate of bug 1863985 *** https://bugs.launchpad.net/bugs/1863985 see https://groups.google.com/g/hugin-ptx/c/XSzG_GaL00w/m/p1YBFD9tAgAJ ** This bug has been marked a duplicate of bug 1863985 simple interface on hugin catalina on mac preview screen keeps losing contex

[Hugin-devs] [Bug 1848936] Re: Overview and Projection Windows shifted out of view

2021-01-03 Thread tmodes
*** This bug is a duplicate of bug 1863985 *** https://bugs.launchpad.net/bugs/1863985 ** This bug is no longer a duplicate of bug 1831985 Overview glitches on macOS 10.14 in Hugin 2019.0.0.a369cbe55179 ** This bug has been marked a duplicate of bug 1863985 simple interface on hugin cata

[Hugin-devs] [Bug 1863985] Re: simple interface on hugin catalina on mac preview screen keeps losing context making it very difficult to adjust panos

2021-01-03 Thread tmodes
see https://groups.google.com/g/hugin-ptx/c/XSzG_GaL00w/m/p1YBFD9tAgAJ for workaround -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/1863985 Title: simple interface on hugin catalina on mac previ

[Hugin-devs] [Bug 1905267] Re: GL preview not working on Mac OSX Catalina 10.15.7

2021-01-03 Thread tmodes
*** This bug is a duplicate of bug 1863985 *** https://bugs.launchpad.net/bugs/1863985 Updated link: https://groups.google.com/g/hugin- ptx/c/XSzG_GaL00w/m/p1YBFD9tAgAJ -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https://b

[Hugin-devs] [Bug 1909484] Re: 2020.0.0 calibrate_lens_gui - multiple assertions at startup

2020-12-29 Thread tmodes
Committed changes to repository in default branch. Andreas, thanks for testing. ** Changed in: hugin Status: New => Fix Committed ** Changed in: hugin Milestone: None => 2021.0beta1 -- You received this bug notification because you are a member of Hugin Developers, which is subscrib

[Hugin-devs] [Bug 1909484] Re: 2020.0.0 calibrate_lens_gui - multiple assertions at startup

2020-12-29 Thread tmodes
I can't reproduce the issue. I get no assert on Windows and also not on Ubuntu. The issue seems to stem from wxWidgets see http://trac.wxwidgets.org/ticket/18520 and seems to fixed up-streams already in the 3.1.x series. Could you please test if the attached patch fixes the issue for you? ** Bu

[Hugin-devs] [Bug 1907983] Re: shift-clicking should select the in-between items in optimizer

2020-12-18 Thread tmodes
In the optimizer tab only the list items can be selected. Allowing individual checkboxes to be selected would require a big change in the underlying control. But in this case there would be a conflict between 2 different selections. -- You received this bug notification because you are a member

<    1   2   3   4   5   6   7   8   9   10   >