/ Published in: Bash

This requires ImageMagick installed. Resize, as well as convert the image format. (Note: either of WIDTH or HEIGHT can be left blank, e.g. WIDTHx and the image will be resized proportionally)
Expand |
Embed | Plain Text
convert -resize WIDTHxHEIGHT source.jpg target.png
You need to login to post a comment.