-
-
Notifications
You must be signed in to change notification settings - Fork 322
color_transfer_node: Avoid RGB contamination by transparent pixels #2389
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
color_transfer_node: Avoid RGB contamination by transparent pixels #2389
Conversation
backend/src/packages/chaiNNer_standard/image_filter/correction/color_transfer.py
Outdated
Show resolved
Hide resolved
Sorry for the delay @Splendide-Imaginarius! |
Thanks for the review @RunDevelopment, I'll look into your suggested changes. |
Very sorry for letting this PR bitrot for months, I will try to get the feedback resolved soon. |
The Color Transfer node had the same bug as the Average Color Fix bug that was fixed in f4a7dcb. This commit adds a similar fix for Color Transfer.
fd3a986
to
2b6bbcd
Compare
@RunDevelopment I think I've addressed all review, what's still needed to get this PR moving forward again? |
@joeyballentine Is there anything I can do to get this moving? |
Sorry, will review soon |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delay!
Code looks good!
The Color Transfer node had the same bug as the Average Color Fix bug that was fixed in #1907.
This commit adds a similar fix for Color Transfer.