Batch Image Resize in Ubuntu: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
(Redirected page to Batch Resize)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
=Howto=
#redirect [[Batch Resize]]
Go into Terminal and change directory to folder with your pictures with whatever percentage reduction yuou need - here it is 25%:
 
mogrify -resize 25% *
 
To switch to another format - jpg may be replaced with other formats.
 
mogrify -resize 50% -format jpg *
 
=Links=
 
http://bdhacker.wordpress.com/2011/01/04/resize-multiple-images-in-a-folder-batch-image-resize-in-ubuntu/
 
http://www.imagemagick.org/Usage/basics/#mogrify

Latest revision as of 22:03, 15 June 2018

Redirect to: