← Back to team overview

widelands-dev team mailing list archive

[Merge] lp:~widelands-dev/widelands/png_fix_only_relevant into lp:widelands

 

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.


References