From 070f5ae8d6e212406800e503dbe0c8e0dab58091 Mon Sep 17 00:00:00 2001 From: Ultimate Pea Date: Fri, 15 May 2020 16:12:43 -0700 Subject: [PATCH] identify: add page (#4036) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Zlatan Vasović Co-authored-by: Andrik Albuquerque Co-authored-by: Iván Hernández Cazorla --- pages/common/identify.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pages/common/identify.md diff --git a/pages/common/identify.md b/pages/common/identify.md new file mode 100644 index 000000000..6bb2a12ae --- /dev/null +++ b/pages/common/identify.md @@ -0,0 +1,8 @@ +# identify + +> Command line utility of Image Magick project to describe the format and characteristics of one or more image files. +> More information: . + +- Collect dimensions of all jpeg files under current directory: + +`identify -format "%f,%w,%h\n" *.{{jpg}} > {{filelist.csv}}`