mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-15 06:12:59 +00:00
9 lines
245 B
Plaintext
9 lines
245 B
Plaintext
# identify
|
|
# Describes the format and characteristics of one or more image files.
|
|
|
|
# Show width and height of the image. Multiple images can be provided.
|
|
identify -format '%w %h' FILE
|
|
|
|
# Display lots of meta-data in FILE.
|
|
identify -verbose FILE
|