mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-09 20:55:43 +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:
parent
fb5a970497
commit
937a658309
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
- Resize an image, making a new copy:
|
- 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:
|
- Create a GIF using images:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue