Files
phpmyadmin/graphite/img/make-bd.sh
Michal Čihař 567949085d Move to folder
2011-02-07 16:11:32 +01:00

10 lines
190 B
Bash
Executable File

#!/bin/sh
for f in bd* ; do
orig=b_${f##bd_}
if [ -f $f ] ; then
convert $orig -modulate 90,90 -colorspace Gray $f
fi
done
convert eye.png -colorspace Gray eye_grey.png