images/smilies/render-smilies.sh
author Dan
Mon, 30 Nov 2009 22:22:43 -0500
changeset 1140 d90e55caba3a
parent 944 073a42e4177f
permissions -rw-r--r--
Admin Home: fixed undefined %num_users% in string acphome_msg_inactive_users_plural

#!/bin/bash
for f in *.svg; do
    echo Converting $f
    fname=`echo $f | cut -d '.' -f 1`
    rm -f $fname.png
    inkscape -z -f $f -w 22 -h 22 -e ./$fname.png
done