Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Linux resize image

convert -resize 50% myfigure.png myfigure.jpg
Comment

linux resize images in folder

/*resize all jpg images to 50px width in current folder*/
sudo apt-get install imagemagick -y
mogrify -resize 50x ./*.jpg 
Comment

resize all images in folder linux

mogrify -resize 1000 *.jpg
Comment

PREVIOUS NEXT
Code Example
Shell :: Command "server:run" is not defined. 
Shell :: uninstall teams on ubuntu 
Shell :: Bell char 
Shell :: install tree in centos 7 
Shell :: watch tail file linux 
Shell :: linux kali 
Shell :: how to run .rpm file in linux 
Shell :: how to merge text files into one bash 
Shell :: bash call another script relative to current script 
Shell :: github how to remove changes 
Shell :: add group 
Shell :: git cherry pick commit 
Shell :: throw exception powershell 
Shell :: laravel 9 
Shell :: pull unmerged branch 
Shell :: homebrew without sudo 
Shell :: CocoaPods could not find compatible versions for pod "razorpay_flutter" when running pod install 
Shell :: bash for loop 
Shell :: bash count occurrences of string in array 
Shell :: install composer in ubuntu 
Shell :: enable system virtualization cmd 
Shell :: setup linux and chrome docker 
Shell :: wordpress set tagline from cli 
Shell :: change group ownership linux 
Shell :: Android get abi version 
Shell :: how to fork from github to bitbucket 
Shell :: vim yank line 
Shell :: expo uninstall package 
Shell :: creating new branch in git 
Shell :: git checkout to pr 
ADD CONTENT
Topic
Content
Source link
Name
4+6 =