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

Fix #804, Convert the input image to RGB mode #805

Merged
merged 1 commit into from
Nov 1, 2022

Conversation

softcat477
Copy link
Contributor

Resolves #804
Some images are read as the P mode which raises error in the autocontrast function. Convert the input image to RGB mode to avoid this issue.

Some images are read as the P mode which raises error in the
autocontrast function. Convert the input image to RGB mode to
avoid this issue.
@softcat477 softcat477 merged commit 14328aa into develop Nov 1, 2022
@softcat477 softcat477 deleted the fix-red-filtering-mode branch November 28, 2022 05:16
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

Successfully merging this pull request may close these issues.

mode P not supported when using Red filtering
1 participant