1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-03 04:35:23 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: