Answers for "how to reduce the size of an image in linux"

0

how to reduce the size of an image in linux

sudo apt-get install imagemagick
Posted by: Guest on January-13-2021
0

how to reduce the size of an image in linux

convert -resize 1024X768  source.png dest.jpg
Posted by: Guest on January-13-2021

Code answers related to "how to reduce the size of an image in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language