>Choices are Exposure corrected LDR
>Exposure Fused from stacks
>Exposure Fusedd from Any arrangement
>High Dynamic Range
>Selecting HDR enables the HDR merger which isn't needed because the
>input images are HDR already.
You don't want 'exposure fusion' or 'HDR merging' since these only
make sense with LDR input, the default 'exposure corrected' output
should work as you expect (creating HDR output from HDR input). I
know it says 'low dynamic range' in the GUI, but it really shouldn't
since Hugin/nona/enblend can cope with both LDR and HDR data.
--
Bruno
Have you tried TIFF? This should support HDR data, sorry I haven't
time to test this myself.
--
Bruno
The TIFF format supports 48-bit color aka HDR.
--
Gnome Nomad
gnome...@gmail.com
wandering the landscape of god
http://www.cafepress.com/otherend/
My question was have you tried TIFF? if the HDR -> HDR workflow
works when you simply select TIFF output, then you need to file a
bug report, since EXR output should then also be an option in the
GUI.
>So let me rephrase my original question.
>How to do I generate HDR EXR stitiched panoramas from HDR EXR input
>images using Hugin while avoiding the TIFF file format?
Everything is possible if you work on the command-line, you can ask
Hugin to not create the ouput file at all and only save the
'remapped images'. Then blend them with enblend like so:
enblend -o project.exr project_0001.exr project_0002.exr [...]
--
Bruno