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

prevent artefacts in white areas #195

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bernhardriegler
Copy link

A similar issue described here: http://stackoverflow.com/questions/23993901/imagecopyresampled-introduces-artifacts-in-transparent-png

Although this is happening to me too, if i use a jpeg with large white areas.
The result does contain grey atrifacts rgb(255,255,254), where only white rgb(255,255,255) should be.

Inverting the image before resizing and inverting it back to normal does fix the issue for me.

invert image before resizing
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.

1 participant