[Hugin-devs] [Bug 792896] Re: Fast Preview Hangs or Crashes since 2011.0

2011-08-20 Thread Lukas Jirkovsky
I was able to identify two bugs plaguing the fast preview. A first one is a hang in libpano math.c, line 297: while( *x_src var0 ) *x_src -= 2 * var0; because *x_src = 2.17213129256892e+98 and var0 = 13652.608695652176. If my computations are correct, *x_src never

[Hugin-devs] [Bug 787075] Re: Smartblend wrapper doesn't work in Hugin 2011.0 RC1

2011-05-24 Thread Lukas Jirkovsky
You can try to download newer devil.dll library. I think it is referring to this library: http://openil.sourceforge.net/download.php -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/787075 Title:

[Hugin-devs] [Bug 735632] Re: LogLuv TIFF is not supported

2011-03-18 Thread Lukas Jirkovsky
I just get it out of my mind and thus I implemented the support for the LogLuv TIFF. I used the first mentioned approach, ie. Luv is converted to RGB in VIGRA when image is loaded. ** Changed in: hugin Status: New = Fix Committed -- You received this bug notification because you are a

[Hugin-devs] [Bug 735632] Re: LogLuv TIFF is not supported

2011-03-18 Thread Lukas Jirkovsky
Damn, seems I missed something. ** Changed in: hugin Status: Fix Committed = In Progress -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/735632 Title: LogLuv TIFF is not supported Status

[Hugin-devs] [Bug 735632] Re: LogLuv TIFF is not supported

2011-03-18 Thread Lukas Jirkovsky
Fixed in commit 5142:50e927e84344 in hugin. ** Changed in: hugin Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/735632 Title: LogLuv TIFF is not

[Hugin-devs] [Bug 735632] Re: LogLuv TIFF is not supported

2011-03-17 Thread Lukas Jirkovsky
I can think of two possible ways how to implement it. The simple one is to do conversion from Luv color space to RGB in the decoder itself. This should be pretty simple and straightforward, but it's not very clean way since Luv has wider gamut than RGB. In theory it would be better to make Hugin

[Hugin-devs] [Bug 735632] [NEW] LogLuv TIFF is not supported

2011-03-15 Thread Lukas Jirkovsky
Public bug reported: Add support for LogLuv TIFF. Image loaded is not visible in the the fast preview and has strange colors in traditional (slow) preview. The output of nona seems to be emty. For some example LogLuv TIFFs take a look at http://www.anyhere.com/gward/pixformat/tiffluv.html **