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 check size of image in linux

$ identify -format '%wx%h' img.png
100x200
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 :: git clone with personal access token command line 
Shell :: how to delete particular type file recursively in linux 
Shell :: how to uninstall a package with yarn 
Shell :: pm2 start remix app 
Shell :: git abort changes 
Shell :: linux check core count 
Shell :: ubuntu command to check all network interfaces with IPv4 
Shell :: grep from file 
Shell :: see journalctl running logs 
Shell :: shell set environment variable 
Shell :: how to check jibri version 
Shell :: simple while loop program in shell script 
Shell :: git-clone command not found ubuntu 
Shell :: git diff show only files 
Shell :: run bat file with arguments 
Shell :: dollar to pkr 
Shell :: parameter powershell 
Shell :: linux unzip command 
Shell :: how to install lua on ubuntu 
Shell :: install kibana 7.17 ubuntu 
Shell :: clamav scan system 
Shell :: composer install linux 
Shell :: ! [remote rejected] main - main 
Shell :: git rev-parse --short HEAD 
Shell :: git tag a previous commit 
Shell :: ssh without password 
Shell :: sudo doesnt work on windows 
Shell :: how to reduce slug size heroku 
Shell :: Merging multiple kube config files in to one 
Shell :: minimize on click in ubuntu dock 
ADD CONTENT
Topic
Content
Source link
Name
8+8 =