Table of Contents

imagemagick

get info

$ file MyPNG.png
$ convert MyJpeg.jpg -print "Size: %wx%h\n" /dev/null

resize

convert example.png -resize 200×100 example.png

svg files

Install librsvg2-bin

Referencias