mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-10 15:58:23 +00:00
Update cheatsheets
This commit is contained in:
@@ -23,7 +23,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Scale an image to have a specified file size:
|
||||
|
||||
`magick convert {{path/to/input_image.png}} -define jpeg:extent=512kb {{path/to/output_image.jpg}}`
|
||||
`magick convert {{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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user