PetteriAimonen / focus-stack

Fast and easy focus stacking
MIT License
249 stars 37 forks source link

Changed verbose output; valid area #37

Open LGimmick opened 1 year ago

LGimmick commented 1 year ago

Hi,

I updated from a version from 06.2022 to the current version and the verbose output changed.

aligned_X.jpg valid area X,Y,W,H.... is missing after aligned_0.jpg

Can you bring it back? :D Thanks :).

PetteriAimonen commented 1 year ago

What options are you using, in particular --align-keep-size?

LGimmick commented 1 year ago

--reference=0 --full-resolution-align --no-whitebalance --no-contrast --align-keep-size --align-only --output="....." --verbose

I indeed use --align-keep-size in this mode (used for exposure/saturation stacking with enfuse). Removing this options fixes it, I do not see any changes in the aligned output. So I guess it only affects the internal stacking-process :). I will check that later.

Thx!

PetteriAimonen commented 1 year ago

--align-keep-size indeed makes no difference for --align-only because it never crops anyway. For normal output it would crop only the internal temporary processing borders while keeping the original image size.

But it causes the alignment step to skip computing the valid area so it doesn't log it either.