compare,convert,identify,import,magick,mogrify,montage: update page (#10850)

This commit is contained in:
Lena
2023-10-05 08:52:40 +02:00
committed by GitHub
parent 06af42cd0f
commit 1bec8f7247
7 changed files with 48 additions and 45 deletions

View File

@@ -1,14 +1,14 @@
# mogrify
> Perform operations on multiple images, such as resizing, cropping, flipping, and adding effects.
> Changes are applied directly to the original file.
> Changes are applied directly to the original file. Part of ImageMagick.
> More information: <https://imagemagick.org/script/mogrify.php>.
- Resize all JPEG images in the directory to 50% of their initial size:
`mogrify -resize {{50%}} {{*.jpg}}`
- Resize all images starting with "DSC" to 800x600:
- Resize all images starting with `DSC` to 800x600:
`mogrify -resize {{800x600}} {{DSC*}}`