On 09/03/2014 09:57 AM, Einar Høst wrote:
>
> My current solution has been to use align_image_stack on sets of 200 images
> to produce a set of .pto files, merging them with pto_merge and running
> autooptimizer on the merged .pto file. However, when I try to run nona on
> the .pto file (nona -m TIFF_m -o fixed optimized.pto), the output TIFF
> files seem to be way too bright? They are almost completely white, with
> only some traces of the original content in each image. Is it nona that
> does this? If so, is there any way to turn that off?
>
I have also noticed this. It is caused by align_image_stack not setting
the output EV value. It can be fixed by opening the pto file in hugin
and clicking on the arrow next to EV: in preview window. However I did
not try it on such large projects with 200 images.
I have not found how to do it from commandline.
Vladimir