mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-15 18:00:06 +00:00
Update cheatsheets
This commit is contained in:
@@ -19,8 +19,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Use the atkinson quantization method and the specified seed for a pseudo-random number generator:
|
||||
|
||||
`ppmditherbw -atkinson -randomseed {{1337}} {{path/to/image.pgm}} > {{path/to/file.pgm}}`
|
||||
`ppmditherbw {{[-a|-atkinson]}} {{[-r|-randomseed]}} {{1337}} {{path/to/image.pgm}} > {{path/to/file.pgm}}`
|
||||
|
||||
- Specify the thresholding value for quantization methods that perform some sort of thresholding:
|
||||
|
||||
`ppmditherbw -{{fs|atkinson|thresholding}} -value {{0.3}} {{path/to/image.pgm}} > {{path/to/file.pgm}}`
|
||||
`ppmditherbw -{{fs|atkinson|thresholding}} {{[-va|-value]}} {{0.3}} {{path/to/image.pgm}} > {{path/to/file.pgm}}`
|
||||
|
||||
Reference in New Issue
Block a user