2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-11 01:10:31 +00:00
cheat.sheets/sheets/identify

7 lines
154 B
Plaintext
Raw Normal View History

2017-06-05 16:47:03 +00:00
# identify
#
# describes the format and characteristics of one or more image files
# show width and height of the image
identify -format '%w %h' ${img}