To install it:
fem@rodizio:~$ sudo apt-get install imagemagick
Then, resize...
fem@rodizio:~$ cd /path/to/pictures/
fem@rodizio:~$ mogrify -resize 450x338 -format jpg *.jpg
Here I resize all jpg images I have in the folder to the 450x338 resolution, but you can change parameters how you prefer.
Note that this command will overwrite the previous pictures.
That's all
Nessun commento:
Posta un commento