2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-05 12:00:16 +00:00

Add example to & improve 'identify' sheet

This commit is contained in:
terminalforlife 2021-01-16 15:02:03 +00:00
parent c68d89d72a
commit 999f362ce0

View File

@ -1,6 +1,8 @@
# identify
#
# describes the format and characteristics of one or more image files
# Describes the format and characteristics of one or more image files.
# show width and height of the image
identify -format '%w %h' ${img}
# 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