home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / NETWORK / netpbm_docs.lzh / NETPBM / DOCS / pgmnoise.1 < prev    next >
Text File  |  1996-11-18  |  838b  |  22 lines

  1. .TH pgmnoise 1 "16 November 1993"
  2. .IX pgmnoise
  3. .SH NAME
  4. pgmnoise - create a graymap made up of white noise
  5. .SH SYNOPSIS
  6. .B pgmnoise 
  7. .I width height
  8. .SH DESCRIPTION
  9. Creates a portable graymap that is made up of random pixels with
  10. gray values in the range of 0 to PGM_MAXMAXVAL (depends on the compilation,
  11. either 255 or 65535). The graymap has a size of width * height pixels.
  12. .SH "SEE ALSO"
  13. pgm(5)
  14. .SH AUTHOR
  15. Copyright (C) 1993 by Frank Neumann
  16. .\" Permission to use, copy, modify, and distribute this software and its
  17. .\" documentation for any purpose and without fee is hereby granted, provided
  18. .\" that the above copyright notice appear in all copies and that both that
  19. .\" copyright notice and this permission notice appear in supporting
  20. .\" documentation.  This software is provided "as is" without express or
  21. .\" implied warranty.
  22.