mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-22 17:02:39 +00:00
Update cheatsheets
This commit is contained in:
@@ -18,8 +18,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Apply altialiasing to foreground pixels only:
|
||||
|
||||
`pnmalias -fonly {{path/to/input.pnm}} > {{path/to/output.ppm}}`
|
||||
`pnmalias {{[-fo|-fonly]}} {{path/to/input.pnm}} > {{path/to/output.ppm}}`
|
||||
|
||||
- Apply antialiasing to all surrounding pixels of background pixels:
|
||||
|
||||
`pnmalias -balias {{path/to/input.pnm}} > {{path/to/output.ppm}}`
|
||||
`pnmalias {{[-ba|-balias]}} {{path/to/input.pnm}} > {{path/to/output.ppm}}`
|
||||
|
||||
Reference in New Issue
Block a user