2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-15 06:12:59 +00:00
cheat.sheets/sheets/identify
2021-01-16 15:02:22 +00:00

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