Obsolesced by optipng.

This commit is contained in:
Eric S. Raymond 2008-04-03 22:18:17 +00:00
parent a6761ee4ac
commit 044d9b5fd9

View file

@ -1,6 +0,0 @@
grep -ir profile ../images/| grep -v .svn | cut -f3 -d ' '> /tmp/wesnoth-profile-clean
while read x; do
convert -strip $x $x;
done < /tmp/wesnoth-profile-clean
cat /tmp/wesnoth-profile-clean
rm /tmp/wesnoth-profile-clean