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

Problem with color channel flip #184

Open
joerg-s opened this issue Aug 18, 2023 · 0 comments
Open

Problem with color channel flip #184

joerg-s opened this issue Aug 18, 2023 · 0 comments
Assignees
Labels

Comments

@joerg-s
Copy link

joerg-s commented Aug 18, 2023

For me, the resulting images had wrong colors, they were blueish.
I figured that this is related to issue #178, so I commented out the channel flip
img[:, :, [0, 1, 2]] = img[:, :, [2, 1, 0]]
in the function bgr_to_rbg in the file autocrop.py .

This solved the problem.

Maybe there should be some check, whether the channel flip should be applied or not?

Thanks for the great tool, it saves me a lot of time.

Regards,
Jörg

@leblancfg leblancfg added the bug label Sep 5, 2023
@leblancfg leblancfg self-assigned this Sep 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants