Image resizing
SVG
rsvg-convert tanuki.svg -w 13 -h 13 -f svg -o tanuki13.svg
- (had to install
librsvg
)
PNG
convert input.png -resize 50% output.png
rsvg-convert tanuki.svg -w 13 -h 13 -f svg -o tanuki13.svg
librsvg
)convert input.png -resize 50% output.png