magick: update resizing example (#10764)

* magick: update resizing example

Update according to the example on https://imagemagick.org/Usage/resize/

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
Karl Dangerfield
2023-10-04 18:30:55 +02:00
committed by GitHub
parent fb5a970497
commit 937a658309

View File

@@ -10,7 +10,7 @@
- Resize an image, making a new copy:
`magick convert -resize {{100x100}} {{image.jpg}} {{image.jpg}}`
`magick {{input_image.jpg}} -resize {{100x100}} {{output_image.jpg}}`
- Create a GIF using images: