[Hugin-devs] [Bug 1752135] Re: HDR tiff and EXR files lack color space from input files

2019-01-26 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/1752135 Title: HDR tiff and EXR files lack color space from input files Status

[Hugin-devs] [Bug 1752135] Re: HDR tiff and EXR files lack color space from input files

2018-03-01 Thread tmodes
For LDR images the icc profile is copied in depended of this argfile. But for HDR images I'm not sure, if the icc profile is the correct way. There are contrary opinions about this. So, currently I don't make this the default. -- You received this bug notification because you are a member of

[Hugin-devs] [Bug 1752135] Re: HDR tiff and EXR files lack color space from input files

2018-02-28 Thread tmodes
The main problem is that OpenEXR does not support icc profiles, and Hugin is using the exr format as intermediate format for HDR output. But I implemented a workaround: The metadata transfer is now also called for HDR output (this was currently missing). Beside this new version you need to add

[Hugin-devs] [Bug 1752135] Re: HDR tiff and EXR files lack color space from input files

2018-02-28 Thread Johannes Wienke
You can find the source files, the PTO and the resulting HDR tiff of a reduced-size experiment showing the problem here: https://ssl.semipol.de/seafile/d/120ec00dea7847ef90a8/ -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin.

[Hugin-devs] [Bug 1752135] Re: HDR tiff and EXR files lack color space from input files

2018-02-27 Thread tmodes
The source contains code to copy the icc profile. Can you provide a source image and the corresponding pto file for testing? The OpenEXR format does not officially support icc profile. (Some programs seems to use a private extension, but no officially.) So I fear there is currently no (official)