Re: [hugin-ptx] Hugin crashes exporting EXR hdr files

2013-05-24 Thread Bruno Postle
On May 23, 2013 10:47 PM, byex...@gmail.com wrote:

 I am a programmer and I am fully aware of what the crash error means,
when I have the time I will have a look at the source and try to figure out
why is crashing but I just wanted to check if this is even being looked at,
as it makes Hugin literally useless.

This must be a library error as I don't see it on Linux.

 Exporting 16bit tiffs is still an option, but they seem to be clamped to
1, so I am not entirely sure what is the point of having 8bits if every
value is going to be clamped to 255 anyway.

The TIFF output when you feed it HDR input is actually full HDR 32bit
float. So until EXR is fixed you should be able use TIFF instead.

-- 
Bruno

-- 
-- 
You received this message because you are subscribed to the Google Groups 
Hugin and other free panoramic software group.
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx

--- 
You received this message because you are subscribed to the Google Groups 
hugin and other free panoramic software group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[hugin-ptx] [MacOSX] Problems encountered in 2013.0 beta 1

2013-05-24 Thread ___matthieu___
Hello,

There are several problems I have seen while using the 2013.0 branch :

- icpfind does not correctly read the preferences file; the cause is
wxWidgets differenciates between a command line tool and a GUI
application when it comes to reading configuration file. A solution
has been found but it needs testing.
A build with the solution is here :
http://matthieu.desile.free.fr/hugin/Hugin-Release-2013.0.0.6282-a9991501efd8-10.6.dmg

- the splash screen frame is not always closed; I already described
this here : http://groups.google.com/group/hugin-ptx/msg/4ad2bceef80ab44c
  I intend to take a look at it (it does not involve complicated
parts) but if someone has already clues about why it appears, do not
hesitate.

- I have to double-click twice to open a project : in Finder, the
first double-click on a .pto file opens Hugin, the second loads the
project file.

- cpfind always use one thread; it is related to an old patch I sent
(http://groups.google.com/group/hugin-ptx/browse_thread/thread/
c274fa6a9877e38d/39be38c2698eb1a3) : due to an overflow, the memory is
always 0, and cpfind thus only use one thread. a patch is here :
http://matthieu.desile.free.fr/hugin/cpfind-available-memory.patch

- the keyboard shortcut to open the preferences is not present; I have
not yet tested a simple wxWidgets to know if it is related to
wxWidgets or Hugin.

- In the fast panorama preview, when I want to change the field of
view, the crop I defined is changed and when I change the crop, the
field of view is changed also. I made a movie for this (
http://matthieu.desile.free.fr/hugin/Hugin-Crop-Jump.mov) showing this
behavior.

A lot of these problems seems related to wxWidgets. Is there any port
(linux or windows) that uses the 2.9.x version ?

Cheers,

Matthieu

-- 
-- 
You received this message because you are subscribed to the Google Groups 
Hugin and other free panoramic software group.
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx

--- 
You received this message because you are subscribed to the Google Groups 
hugin and other free panoramic software group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[hugin-ptx] [MacOSX] Re: test build for Lion Mountain Lion

2013-05-24 Thread ___matthieu___
Hello Donald,

On 13 mai, 17:33, Donald Johnston dgjohns...@accesscomm.ca wrote:
 Matthieu, to answer the question about starting hugin … I mostly start hugin 
 without a project.
 That is I start hugin, load images, do align, and create pano.  So, as soon 
 as I start hugin I'm getting the triangle problem.

  I have made a new build with a possible solution to the problem you
are facing :

http://matthieu.desile.free.fr/hugin/Hugin-Release-2013.0.0.6282-a9991501efd8-10.6.dmg

  If you encounter any other problem with this build, do not hesitate
to tell me,

Cheers,

Matthieu

-- 
-- 
You received this message because you are subscribed to the Google Groups 
Hugin and other free panoramic software group.
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx

--- 
You received this message because you are subscribed to the Google Groups 
hugin and other free panoramic software group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[hugin-ptx] Re: Problems encountered in 2013.0 beta 1

2013-05-24 Thread T. Modes
Hi Matthieu,


On 24 Mai, 16:02, ___matthieu___ matthieu.des...@gmail.com wrote:
 - cpfind always use one thread; it is related to an old patch I sent
 (http://groups.google.com/group/hugin-ptx/browse_thread/thread/
 c274fa6a9877e38d/39be38c2698eb1a3) : due to an overflow, the memory is
 always 0, and cpfind thus only use one thread. a patch is here 
 :http://matthieu.desile.free.fr/hugin/cpfind-available-memory.patch

Thanks, committed already.


 - the keyboard shortcut to open the preferences is not present; I have
 not yet tested a simple wxWidgets to know if it is related to
 wxWidgets or Hugin.


This is related to Hugin. The preferences menu item is not assigned a
short-cut.

 A lot of these problems seems related to wxWidgets. Is there any port
 (linux or windows) that uses the 2.9.x version ?

I'm using 2.9.5 on Windows.

Thomas

-- 
-- 
You received this message because you are subscribed to the Google Groups 
Hugin and other free panoramic software group.
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx

--- 
You received this message because you are subscribed to the Google Groups 
hugin and other free panoramic software group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [hugin-ptx] [MacOSX] Re: test build for Lion Mountain Lion

2013-05-24 Thread dgjohnston
Thanks Matthieu. I guess I meant rectangle. I am away from Mac for 2 weeks so 
will test then.  

Sent from my BlackBerry® wireless handheld

-Original Message-
From: ___matthieu___ matthieu.des...@gmail.com
Sender: hugin-ptx@googlegroups.com
Date: Fri, 24 May 2013 07:10:23 
To: hugin and other free panoramic softwarehugin-ptx@googlegroups.com
Reply-To: hugin-ptx@googlegroups.com
Subject: [hugin-ptx] [MacOSX] Re: test build for Lion  Mountain Lion

Hello Donald,

On 13 mai, 17:33, Donald Johnston dgjohns...@accesscomm.ca wrote:
 Matthieu, to answer the question about starting hugin … I mostly start hugin 
 without a project.
 That is I start hugin, load images, do align, and create pano.  So, as soon 
 as I start hugin I'm getting the triangle problem.

  I have made a new build with a possible solution to the problem you
are facing :

http://matthieu.desile.free.fr/hugin/Hugin-Release-2013.0.0.6282-a9991501efd8-10.6.dmg

  If you encounter any other problem with this build, do not hesitate
to tell me,

Cheers,

Matthieu

-- 
-- 
You received this message because you are subscribed to the Google Groups 
Hugin and other free panoramic software group.
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx

--- 
You received this message because you are subscribed to the Google Groups 
hugin and other free panoramic software group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


-- 
-- 
You received this message because you are subscribed to the Google Groups 
Hugin and other free panoramic software group.
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx

--- 
You received this message because you are subscribed to the Google Groups 
hugin and other free panoramic software group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.