mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-14 13:59:43 +00:00
Update cheatsheets
This commit is contained in:
@@ -11,8 +11,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Enlarge the specified image by the specified factor:
|
||||
|
||||
`pamenlarge -scale {{n}} {{path/to/image.pam}} > {{path/to/output.pam}}`
|
||||
`pamenlarge {{[-s|-scale]}} {{n}} {{path/to/image.pam}} > {{path/to/output.pam}}`
|
||||
|
||||
- Enlarge the specified image by the specified factors horizontally and vertically:
|
||||
|
||||
`pamenlarge -xscale {{xn}} -yscale {{yn}} {{path/to/image.pam}} > {{path/to/output.pam}}`
|
||||
`pamenlarge {{[-x|-xscale]}} {{xn}} {{[-y|-yscale]}} {{yn}} {{path/to/image.pam}} > {{path/to/output.pam}}`
|
||||
|
||||
Reference in New Issue
Block a user