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.1.orig < prev    next >
Text File  |  1996-11-18  |  904b  |  29 lines

  1. .TH pnmsmooth 1 "13 January 1991"
  2. .IX pnmsmooth
  3. .SH NAME
  4. pnmsmooth - smooth out an image
  5. .SH SYNOPSIS
  6. .B pnmsmooth
  7. .RI [ pnmfile ]
  8. .SH DESCRIPTION
  9. Smooths out an image by replacing each pixel with the
  10. average of its nine immediate neighbors.
  11. .IX smoothing
  12. .IX anti-aliasing
  13. It is implemented as a simple script using
  14. .IR pnmconvol .
  15. .IX pnmconvol
  16. .SH "SEE ALSO"
  17. pnmconvol(1), pnm(5)
  18. .SH BUGS
  19. It's a script.
  20. Scripts are not portable to non-Unix environments.
  21. .SH AUTHOR
  22. Copyright (C) 1989, 1991 by Jef Poskanzer.
  23. .\" Permission to use, copy, modify, and distribute this software and its
  24. .\" documentation for any purpose and without fee is hereby granted, provided
  25. .\" that the above copyright notice appear in all copies and that both that
  26. .\" copyright notice and this permission notice appear in supporting
  27. .\" documentation.  This software is provided "as is" without express or
  28. .\" implied warranty.
  29.