Answers for "how to check size of image in linux"

1

get size of image linux

$ identify color.jpg 
> color.jpg JPEG 1980x650 1980x650+0+0 8-bit DirectClass 231KB 0.000u 0:00.000
Posted by: Guest on November-02-2021
0

how to check size of image in linux

$ identify -format '%wx%h' img.png
100x200
Posted by: Guest on May-05-2022

Code answers related to "how to check size of image in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language