identify: add page (#4036)

Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
Co-authored-by: Andrik Albuquerque <andrik.albuquerque@gmail.com>
Co-authored-by: Iván Hernández Cazorla <ivan@ivanhercaz.com>
client-spec/clarity
Ultimate Pea 2020-05-15 16:12:43 -07:00 committed by GitHub
parent da514cb6f7
commit 070f5ae8d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

8
pages/common/identify.md Normal file
View File

@ -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: <https://imagemagick.org/script/identify.php>.
- Collect dimensions of all jpeg files under current directory:
`identify -format "%f,%w,%h\n" *.{{jpg}} > {{filelist.csv}}`