Images
Image Manipulation¶
Scaling with Convert¶
Convert is part of the ImageMagick tools.
To resize, use -scale, eg:
convert oldfile.jpg -scale 40% newfile.jpg
The in and out files can have different extensions; the file type to be written is inferred from the file extension.
As well as %, you can give a target size, eg 1280x1024.