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

QT wallet: Fixes "GUI: libpng warning: iCCP: known incorrect sRGB profile" #419

Merged
merged 1 commit into from
Feb 24, 2019

Conversation

marcus290
Copy link
Contributor

Closes #394 and #190.

Using the fixes specified in https://stackoverflow.com/a/36554876, png files were identified and fixed by removing sRGB chunks using pngcrush. For reference, the pngs before and after are below. There is not much perceptible difference but in the fixed wallet I have not noted any further GUI: libpng warning.

Before:
background_top
home_hover
home_s
receive_hover
receive_ns
send_hover
send_s
transaction_hover
transaction_ns

After:
background_top
home_hover
home_s
receive_hover
receive_ns
send_hover
send_s
transaction_hover
transaction_ns

@marcus290 marcus290 merged commit 0df065e into navcoin:master Feb 24, 2019
@marcus290 marcus290 deleted the fixes-sRGB branch February 24, 2019 20:32
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.

Navcore becomes stuck with "libpng warning"
3 participants