Table of Contents

Name

pgmnoise - create a graymap made up of white noise

Synopsis

pgmnoise width height

Description

Creates a portable graymap that is made up of random pixels with gray values in the range of 0 to PGM_MAXMAXVAL (depends on the compilation, either 255 or 65535). The graymap has a size of width * height pixels.

See Also

pgm(5)

Author

Copyright (C) 1993 by Frank Neumann


Table of Contents