5 lines
177 B
Bash
Raw Normal View History

#!/bin/sh
for size in 16 22 24 32 48 64 96 128 256; do
convert -background none hisc-devices-input-touchpad.svgz -resize "$size"x"$size" "$size"-devices-input-touchpad.png
done