-
Notifications
You must be signed in to change notification settings - Fork 12
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
Png is loaded incorrectly #1
Comments
this is a bug in the encoder(savePNG), perhaps in the filter/interlace section. |
I've observed similar artifacts when using saveBMP from nimBMP. That's why I thought the problem is in the loader. But if it's encoder, then nimBMP is also wrong. |
that is really strange, i don't experience the same thing with saveBMP, only with savePNG. |
Ok, sorry, my mistake. saveBMP is ok. |
Works, thank you! |
The following code, which just loads and saves a PNG produces artifacts with image attached:
Original image: edit: removed
Output image: edit: removed
The text was updated successfully, but these errors were encountered: