image-dimensions

Get the dimensions of an image file from the command line.

npmmacoslinuxwindows
Try with needOr install directly
Source

About

Get the dimensions of an image

Commands

image-dimensions

Examples

check image width and height$ image-dimensions photo.jpg
get dimensions of multiple images at once$ image-dimensions *.png
show image dimensions in JSON format$ image-dimensions --json image.gif
find dimensions of image from URL$ image-dimensions https://example.com/image.jpg
batch check dimensions of all images in folder$ image-dimensions ./images/*