← Back to team overview

widelands-dev team mailing list archive

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

 

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.


References