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

InvertColorsEffect does not work correct for alpha values != 255 #113

Merged
merged 1 commit into from
Dec 4, 2015
Merged

Conversation

codeprof
Copy link
Contributor

@codeprof codeprof commented Dec 2, 2015

reason is that cairo images use premultiplied alpha values

reason is that cairo images use premultiplied alpha values
@cameronwhite
Copy link
Member

It seems like we really need to do a big sweep through the code base to examine the places where ColorBgra is used and converted to/from other formats. It seems like even just using the color picker and then the fill tool is doing things incorrectly.

cameronwhite added a commit that referenced this pull request Dec 4, 2015
InvertColorsEffect does not work correct for alpha values != 255
@cameronwhite cameronwhite merged commit 798d6c7 into PintaProject:master Dec 4, 2015
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.

None yet

2 participants