mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-01 09:54:14 +00:00
Update cheatsheets
This commit is contained in:
@@ -21,13 +21,13 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`convert {{path/to/input_image.png}} -resize 640x480 {{path/to/output_image.png}}`
|
||||
|
||||
- Horizontally append images:
|
||||
- Scale an image to have a specified file size:
|
||||
|
||||
`convert {{path/to/image1.png path/to/image2.png ...}} +append {{path/to/output_image.png}}`
|
||||
`convert {{path/to/input_image.png}} -define jpeg:extent=512kb {{path/to/output_image.jpg}}`
|
||||
|
||||
- Vertically append images:
|
||||
- Vertically/Horizontally append images:
|
||||
|
||||
`convert {{path/to/image1.png path/to/image2.png ...}} -append {{path/to/output_image.png}}`
|
||||
`convert {{path/to/image1.png path/to/image2.png ...}} {{-append|+append}} {{path/to/output_image.png}}`
|
||||
|
||||
- Create a GIF from a series of images with 100ms delay between them:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user