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}}`