LinuxCommandLibrary

pgmnoise

Generate white noise.

TLDR

Generate a PGM image containing white noise

$ pgmnoise [width] [height] > [path/to/output.pgm]
copy


Specify the seed for the pseudo-random number generator
$ pgmnoise [width] [height] -randomseed [value] > [path/to/output.pgm]
copy

Copied to clipboard