2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-19 03:25:44 +00:00
cheat.sheets/sheets/identify

9 lines
245 B
Plaintext
Raw Normal View History

# identify
# Describes the format and characteristics of one or more image files.
2017-06-05 16:47:03 +00:00
# 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