pbmnoise, pgmhist, pgmkernel, pgmnoise, pgmramp, pgmtexture: add pages; ppmhist: modify page (#12202)
This commit is contained in:
12
pages/common/pgmnoise.md
Normal file
12
pages/common/pgmnoise.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# pgmnoise
|
||||
|
||||
> Generate white noise.
|
||||
> More information: <https://netpbm.sourceforge.net/doc/pgmnoise.html>.
|
||||
|
||||
- Generate a PGM image containing white noise:
|
||||
|
||||
`pgmnoise {{width}} {{height}} > {{path/to/output.pgm}}`
|
||||
|
||||
- Specify the seed for the pseudo-random number generator:
|
||||
|
||||
`pgmnoise {{width}} {{height}} -randomseed {{value}} > {{path/to/output.pgm}}`
|
Reference in New Issue
Block a user