You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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