home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / NETWORK / netpbm_src.lzh / NETPBM / PNM / pnmsmooth.README < prev    next >
Text File  |  1996-11-18  |  1KB  |  22 lines

  1. README for pnmsmooth.c 2.0
  2.  
  3. This is a replacement for the pnmsmooth script that is distributed with
  4. pbmplus/netpbm.  This version of pnmsmooth is written as a C program rather
  5. than a shell script.  It accepts command line arguments to specify a size 
  6. other than 3x3 for the convolution matrix and an argument for dumping the 
  7. resultant convolution matrix as a PGM file.  By default it uses the same 3x3
  8. matrix size as the pnmsmooth script and can be used as a direct replacement.
  9.  
  10. Also included are an updated man page and a patch file to update the Imakefile
  11. in the pnm directory.  You may want to apply the patches by hand if you have
  12. already modified the Imakefile to add other new programs.   You will then
  13. have to remake the Makefiles and then type 'make all' in the pnm directory.
  14.  
  15. - Mike
  16.  
  17. ----------------------------------------------------------------------------
  18. Mike Burns                                              System Administrator
  19. burns@chem.psu.edu                                   Department of Chemistry
  20. (814) 863-2123                             The Pennsylvania State University
  21.  
  22.