mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-11 23:58:47 +00:00
Update cheatsheets
This commit is contained in:
10
tldr/pgmramp
10
tldr/pgmramp
@@ -10,20 +10,20 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Generate a left-to-right greyscale map:
|
||||
|
||||
`pgmtexture -lr > {{path/to/output.pgm}}`
|
||||
`pgmramp -lr > {{path/to/output.pgm}}`
|
||||
|
||||
- Generate a top-to-bottom greyscale map:
|
||||
|
||||
`pgmtexture -tb > {{path/to/output.pgm}}`
|
||||
`pgmramp -tb > {{path/to/output.pgm}}`
|
||||
|
||||
- Generate a rectangular greyscale map:
|
||||
|
||||
`pgmtexture -rectangle > {{path/to/output.pgm}}`
|
||||
`pgmramp -rectangle > {{path/to/output.pgm}}`
|
||||
|
||||
- Generate a elliptical greyscale map:
|
||||
|
||||
`pgmtexture -ellipse {{path/to/image.pgm}} > {{path/to/output.pgm}}`
|
||||
`pgmramp -ellipse {{path/to/image.pgm}} > {{path/to/output.pgm}}`
|
||||
|
||||
- Generate a greyscale map from the top-left corner to the bottom-right corner:
|
||||
|
||||
`pgmtexture -diagonal {{path/to/image.pgm}} > {{path/to/output.pgm}}`
|
||||
`pgmramp -diagonal {{path/to/image.pgm}} > {{path/to/output.pgm}}`
|
||||
|
||||
Reference in New Issue
Block a user