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

Multicolor PNG output is not scaled pixel perfect #53

Closed
micheldebree opened this issue Mar 17, 2021 · 2 comments
Closed

Multicolor PNG output is not scaled pixel perfect #53

micheldebree opened this issue Mar 17, 2021 · 2 comments
Assignees
Labels

Comments

@micheldebree
Copy link
Owner

Multicolor PNGs are scaled from 160x200 pixels to 320x200 pixels. Pixels should become double width, but colors are interpolated instead, resulting in different colors for one 'double' pixel.

Probably need to tell the scaling algorithm to use 'nearest neighbour'

@micheldebree micheldebree self-assigned this Mar 17, 2021
micheldebree added a commit that referenced this issue Mar 18, 2021
@micheldebree
Copy link
Owner Author

@rokkbert Fixed and released in version 0.8.1

@rokkbert
Copy link

Great, I tried the version 0.8.1 and the pixels are the right size and the colors look ok too. I checked some pictures with Pixel Polizei (http://www.kameli.net/marq/?page_id=4557) and it reported no color clashes. So the fix is working correctly.
Thanks!

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