← Back to team overview

widelands-dev team mailing list archive

Re: [Merge] lp:~widelands-dev/widelands/png_alternative_method into lp:widelands

 

> The problem is that we do not have a bullet proof way of figuring out which ones are broken.

Maybe pngfix (part of libpng) would do the trick. pngfix does not change anything by default, so

pngfix -q -w [file]

prints warnings (-w) while suppressing normal output (-q). I ran pngfix like

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

The result are 38 images with wrong profile. See the [[https://bugs.launchpad.net/widelands/+bug/1195724/+attachment/4551881/+files/pngfix.txt|output ]]
-- 
https://code.launchpad.net/~widelands-dev/widelands/png_alternative_method/+merge/282856
Your team Widelands Developers is subscribed to branch lp:~widelands-dev/widelands/png_alternative_method.


References