mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-03 15:40:17 +00:00
d7473ac185
Tidy files; tidy soul!
7 lines
153 B
Plaintext
7 lines
153 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}
|