mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-30 17:33:50 +08:00
@@ -21,6 +21,10 @@
|
||||
|
||||
`magick {{path/to/input_image.png}} -define jpeg:extent={{512kb}} {{path/to/output_image.jpg}}`
|
||||
|
||||
- Vertically/horizontally append images and have the empty space be transparent:
|
||||
|
||||
`magick convert -background none {{path/to/image1.png path/to/image2.png ...}} {{-append|+append}} {{path/to/output_image.png}}`
|
||||
|
||||
- Create a GIF out of all JPEG images in the current directory:
|
||||
|
||||
`magick {{*.jpg}} {{path/to/images.gif}}`
|
||||
|
||||
Reference in New Issue
Block a user