repo.or.cz
/
phpmyadmin-themes.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Do not wrap size, it looks better at one line.
[phpmyadmin-themes.git]
/
img
/
make-bd.sh
blob
29487e98d42558d039169efb7d381a16671aa5c0
1
#!/bin/sh
2
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