Inhalt nur in Englisch verfügbar

ImageMagick: scale images using command line

Keywords: imagemagick convert
Versions:

It's quite simple:
convert -scale 600x400 -quality 85 input.jpg output.jpg
Many other image manipulation options are available for convert. See man page.
Kommentare