imagemagick: update pages (#12874)

* compare, convert, identify, import, mogrify, montage:
   move pages to subcommands of `magick`, create alias pages

* convert: add deprecation notice

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Lena
2024-06-03 13:40:59 +02:00
committed by GitHub
parent 50937f1c75
commit 80cc7a5af3
13 changed files with 158 additions and 112 deletions

View File

@@ -1,17 +1,7 @@
# identify
> Describe the format and characteristics of image files.
> Part of ImageMagick.
> More information: <https://imagemagick.org/script/identify.php>.
> This command is an alias of `magick identify`.
- Describe the format and basic characteristics of an image:
- View documentation for the original command:
`identify {{path/to/image}}`
- Describe the format and verbose characteristics of an image:
`identify -verbose {{path/to/image}}`
- Collect dimensions of all JPEG files in the current directory and save them into a CSV file:
`identify -format "{{%f,%w,%h\n}}" {{*.jpg}} > {{path/to/filelist.csv}}`
`tldr magick identify`