I used a little bash script which uses a txt file containing the path and name of the wrong images:
#!/bin/bash while read line; do echo "Working on: " $line convert $line $line done < "$1" -- 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

