mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-27 02:53:08 +00:00
Update cheatsheets
This commit is contained in:
@@ -14,8 +14,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Specify the desired number of shades for each primary color:
|
||||
|
||||
`ppmdither -red {{2}} -green {{3}} -blue {{2}} {{path/to/image.ppm}} > {{path/to/file.ppm}}`
|
||||
`ppmdither {{[-r|-red]}} {{2}} {{[-g|-green]}} {{3}} {{[-b|-blue]}} {{2}} {{path/to/image.ppm}} > {{path/to/file.ppm}}`
|
||||
|
||||
- Specify the dimensions of the dithering matrix:
|
||||
|
||||
`ppmdither -dim {{2}} {{path/to/image.ppm}} > {{path/to/file.ppm}}`
|
||||
`ppmdither {{[-d|-dim]}} {{2}} {{path/to/image.ppm}} > {{path/to/file.ppm}}`
|
||||
|
||||
Reference in New Issue
Block a user