/ 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)
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
Copy this code and paste it in your HTML
convert -resize WIDTHxHEIGHT source.jpg target.png