mirror of https://github.com/CrimsonTome/tldr.git
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
parent
87332d3bd2
commit
22f186ac66
|
@ -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}}`
|
Loading…
Reference in New Issue