Answers for "convert image sizes terminal command linux"

2

Linux resize image

convert -resize 50% myfigure.png myfigure.jpg
Posted by: Guest on November-16-2021
1

find image size terminal

$ file my-picture.png
my-picture.png: PNG image data, 256 x 256, 8-bit/color RGBA, non-interlaced
Posted by: Guest on July-20-2021

Code answers related to "convert image sizes terminal command linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language