BLOG POST #142 SHOW ALL
Inkscape command-line export svg to png + resize
mkdir png for file in *.svg do inkscape -C -w 256 -h 256 -f $file -e png/$file.png done
mkdir png for file in *.svg do inkscape -C -w 256 -h 256 -f $file -e png/$file.png done