mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 18:06:02 +02:00
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>
This commit is contained in:
parent
87332d3bd2
commit
22f186ac66
1 changed files with 8 additions and 0 deletions
8
pages/common/identify.md
Normal file
8
pages/common/identify.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue