Batch Image Resize in Ubuntu
Jump to navigation
Jump to search
Intro
This is useful for documentation purposes.
Howto
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 *