mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-03 15:40:17 +00:00
7 lines
154 B
Plaintext
7 lines
154 B
Plaintext
# identify
|
|
#
|
|
# describes the format and characteristics of one or more image files
|
|
|
|
# show width and height of the image
|
|
identify -format '%w %h' ${img}
|