Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

linux batch resize jpg

# Resize if width or height larger
mogrify -resize '1280x1024>' *.jpg
# Resize to height
mogrify -resize x640 *jpg
# Resize to width
mogrify -resize 640 *.jpg
Source by baptiste-wicht.com #
 
PREVIOUS NEXT
Tagged: #linux #batch #resize #jpg
ADD COMMENT
Topic
Name
6+7 =