home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 399b.lha / PGM.LZH / pgm / rawtopgm.doc < prev    next >
Text File  |  1990-07-21  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4. rawtopgm(1)                 PBM Plus                  rawtopgm(1)
  5.  
  6.  
  7.  
  8. NAME
  9.      rawtopgm - convert raw grayscale bytes into a portable gray-
  10.      map
  11.  
  12. SYNOPSIS
  13.      rawtopgm <width> <height> [imagedata]
  14.  
  15. DESCRIPTION
  16.      Reads raw grayscale bytes as input.  Produces a portable
  17.      graymap as output.  The input file is just grayscale bytes,
  18.      no header and no padding.  You have to specify the width and
  19.      height on the command line, since the program obviously
  20.      can't get them from the file.
  21.  
  22. SEE ALSO
  23.      pgm(5)
  24.  
  25. AUTHOR
  26.      Copyright (C) 1989 by Jef Poskanzer.
  27.  
  28.      Permission to use, copy, modify, and distribute this
  29.      software and its documentation for any purpose and without
  30.      fee is hereby granted, provided that the above copyright
  31.      notice appear in all copies and that both that copyright
  32.      notice and this permission notice appear in supporting docu-
  33.      mentation.  This software is provided "as is" without
  34.      express or implied warranty.
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Printed 5/25/90          02 November 89                         1
  64.  
  65.  
  66.  
  67.