Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

get size of image linux

$ identify color.jpg 
> color.jpg JPEG 1980x650 1980x650+0+0 8-bit DirectClass 231KB 0.000u 0:00.000
Comment

how to reduce the size of an image in linux

sudo apt-get install imagemagick
Comment

how to reduce the size of an image in linux

convert -resize 1024X768  source.png dest.jpg
Comment

PREVIOUS NEXT
Code Example
Shell :: bash xargs 
Shell :: vim cut 
Shell :: symbolic link linux 
Shell :: react native typescript template 
Shell :: sed remove all line breaks 
Shell :: Custom Bash Shell 
Shell :: git Automatic merge failed; fix conflicts and then commit the result 
Shell :: filezilla Directory /var/lib/docker: permission denied 
Shell :: python libraries for game development 
Shell :: create github ssh key 
Shell :: how to install vim on macos 
Shell :: spotify ubuntu 
Shell :: how to get process id in linux 
Shell :: comment in bash 
Shell :: latex number listing as equation 
Shell :: how to make makefile 
Shell :: clone all github repos 
Shell :: snapd teams 
Shell :: git remove file from being tracked 
Shell :: ubuntu restart systemctl 
Shell :: how to setup path using git bash in windows 
Shell :: how to leave a directory on terminal 
Shell :: how to add ssh key to github 
Shell :: exit status bash 
Shell :: .gitignore everything except 
Shell :: git get latest log output to file 
Shell :: linux calculator 
Shell :: libgnome-keyring-dev 
Shell :: conda install tabulate 
Shell :: how to create matrix in git bash 
ADD CONTENT
Topic
Content
Source link
Name
1+7 =