#!/bin/sh
#161107 sfs
for i in `ls -1 *.svg` ;do
    [ -L $i ] && continue
    echo $i
    convert $i -transparent white  -resize 48x48 $i
done

exit
-channel B -blur 0x8
-blur 0x8
-background '#FFFF' -fill white
-background none -fill white -background white -flatten -normalize
-normalize 