Resize images on the command line using image magick
Install on Ubunutu
sudo apt-get -y install imagemagick
identify image.png file image.png
Convert image
convert image.png -resize 300x400 new_image.png
See also Batch Resize Images using Linux Command Line and Imagemagick
Published on 2019-04-21
If you have any comments or questions, feel free to post them on the source of this page in GitHub. Source on GitHub.
Comment on this post