Search
 
SCRIPT & CODE EXAMPLE
 

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
Comment

PREVIOUS NEXT
Code Example
Shell :: asdf current 
Shell :: When should you use a single dash within a Git command, as opposed to a double dash? 
Shell :: Package "ngx-mask" has an incompatible peer dependency to "@angular/common" 
Shell :: install jq on windows 
Shell :: delete node_modules 
Shell :: telegram on arch linux 
Shell :: install wp-cli 
Shell :: change folder owner recursively linux 
Shell :: find a file linux 
Shell :: fail2ban apt 
Shell :: comment in cmd 
Shell :: find command also return directory names? 
Shell :: check system memory type 
Shell :: how to chmod to exec 
Shell :: git diff previous commit 
Shell :: cmd stop process on port 
Shell :: nuget clear cache cli 
Shell :: how to know namespace is present or not in kubernetes shell script 
Shell :: please rebuild precompiled header 
Shell :: grep process id 
Shell :: bash remove directory 
Shell :: searching for a directory powershell 
Shell :: bash print lines that dont have a word 
Shell :: supprimer une branche locale git 
Shell :: powershell command history file 
Shell :: convert csv to json powershell 
Shell :: cronjob run every hour 
Shell :: aws cli config profile 
Shell :: git rebase an origin branch into my branch 
Shell :: how to install mono on aws linux 
ADD CONTENT
Topic
Content
Source link
Name
1+1 =