From 999f362ce0939cafe14f998c8f9ce91bf28d5d73 Mon Sep 17 00:00:00 2001 From: terminalforlife Date: Sat, 16 Jan 2021 15:02:03 +0000 Subject: [PATCH] Add example to & improve 'identify' sheet --- sheets/identify | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/sheets/identify b/sheets/identify index 450a1ec..cfdb634 100644 --- a/sheets/identify +++ b/sheets/identify @@ -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