The proposal to merge lp:~widelands-dev/widelands/png_fix_only_relevant into 
lp:widelands has been updated.

Commit Message changed to:

Fixing warning "known incorrect sRGB profile" only to the files which are 
causing this warning.

Finding images with wrong profile:

find -name '*.png' -exec pngfix -q -w {} \;

pngfix is part of libpng.

Corrections could be done with imagmagicks convert program:

convert path/to/input.png path/to/output.png

Where input.png and output.png the same image is.

For more details, see:
https://code.launchpad.net/~widelands-dev/widelands/png_fix_only_relevant/+merge/283005
-- 
Your team Widelands Developers is subscribed to branch 
lp:~widelands-dev/widelands/png_fix_only_relevant.

_______________________________________________
Mailing list: https://launchpad.net/~widelands-dev
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~widelands-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to