Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFE: Option to skip alignment #11

Open
mviereck opened this issue Dec 24, 2020 · 1 comment
Open

RFE: Option to skip alignment #11

mviereck opened this issue Dec 24, 2020 · 1 comment

Comments

@mviereck
Copy link

mviereck commented Dec 24, 2020

I want to ask kindly for an option to skip image alignment.

I'd like to add an option to my tools to stack with your focus-stack and also other tools like enfuse.
The results of different stacking tools will be composed to one result.
For this task all result images need the same size and same alignment. Alignment is already done before stacking.

Edit: Thinking about this, I don't need this option that much myself. However, it might be a reasonable suggestion nonetheless.

@PetteriAimonen
Copy link
Owner

Some implementation tips if someone want to take a bite at this:

  • In task_align.cc Task_Align::task() there are checks for the existing flags ALIGN_NO_CONTRAST, ALIGN_NO_WHITEBALANCE.
  • New flag ALIGN_NO_TRANSFORM could be added and then skip the match_transform() calls. This would allow selectively enabling the color and transform steps as needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants