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:
parent
c68d89d72a
commit
999f362ce0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user