From 61530f32d985e4b6e2047ecfde1aea39bea31cad Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Mon, 5 Jun 2017 16:47:03 +0000 Subject: [PATCH] identify --- see_also/identify | 6 ++++++ sheets/identify | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 see_also/identify create mode 100644 sheets/identify diff --git a/see_also/identify b/see_also/identify new file mode 100644 index 0000000..7ee3857 --- /dev/null +++ b/see_also/identify @@ -0,0 +1,6 @@ +convert +pngcrush +optipng +jpegoptim +montage +identify diff --git a/sheets/identify b/sheets/identify new file mode 100644 index 0000000..a3f7d82 --- /dev/null +++ b/sheets/identify @@ -0,0 +1,6 @@ +# identify +# +# describes the format and characteristics of one or more image files + +# show width and height of the image +identify -format '%w %h' ${img}