Printminion's Weblog
m.kupriyanov
Showing posts with label
resize
.
Show all posts
Showing posts with label
resize
.
Show all posts
December 3, 2012
[SOLVED] Linux: resize all images via console
Just install ImageMagick if you dont have it yet
sudo apt-get install imagemagick
Resize all JPG files in to desired size
mogrify -resize 640x480 *.jpg
Source:
http://www.baptiste-wicht.com/2010/09/tip-batch-resize-images-on-ubuntu-linux/
Older Posts
Home
Subscribe to:
Posts (Atom)