Return to Snippet

Revision: 4595
at January 13, 2008 11:23 by soroush


Initial Code
convert -resize WIDTHxHEIGHT source.jpg target.png

Initial URL


Initial Description
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)

Initial Title
Quickly resize images in command line (requires ImageMagick)

Initial Tags
resize, image

Initial Language
Bash