Do not wrap size, it looks better at one line.
[phpmyadmin-themes.git] / img / make-bd.sh
blob29487e98d42558d039169efb7d381a16671aa5c0
1 #!/bin/sh
3 for f in bd* ; do
4 orig=b_${f##bd_}
5 if [ -f $f ] ; then
6 convert $orig -colorspace Gray $f
7 fi
8 done
9 convert eye.png -colorspace Gray eye_grey.png