Wednesday, August 19, 2015

Imagemagick in bash, resize images

The following command will resize an image to a height of 100:
convert example.png -resize x100 example.png
 Src: http://www.howtogeek.com/109369/how-to-quickly-resize-convert-modify-images-from-the-linux-terminal/

No comments:

Post a Comment