mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-08 03:57:31 +00:00
Update cheatsheets
This commit is contained in:
@@ -22,6 +22,10 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`magick {{path/to/input_image.png}} -resize {{50}}% {{path/to/output_image.png}}`
|
||||
|
||||
- Scale an image to have a specified file size:
|
||||
|
||||
`magick {{path/to/input_image.png}} -define jpeg:extent={{512kb}} {{path/to/output_image.jpg}}`
|
||||
|
||||
- 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