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:
@@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user