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 / pgmenhance.1 < prev    next >
Text File  |  1996-11-18  |  1KB  |  36 lines

  1. .TH pgmenhance 1 "13 January 1989"
  2. .IX pgmenhance
  3. .SH NAME
  4. pgmenhance - edge-enhance a portable graymap
  5. .SH SYNOPSIS
  6. .B pgmenhance
  7. .RI [ -N ]
  8. .RI [ pgmfile ]
  9. .SH DESCRIPTION
  10. Reads a portable graymap as input.
  11. Enhances the edges, and writes a portable graymap as output.
  12. .IX "edge enhancement"
  13. .PP
  14. The edge enhancing technique is taken from Philip R. Thompson's "xim"
  15. program, which in turn took it from section 6 of "Digital Halftones by
  16. Dot Diffusion", D. E. Knuth, ACM Transaction on Graphics Vol. 6, No. 4,
  17. October 1987, which in turn got it from two 1976 papers by J. F. Jarvis
  18. et. al.
  19. .SH OPTIONS
  20. .PP
  21. The optional
  22. .I -N
  23. flag should be a digit from 1 to 9.
  24. 1 is the lowest level of enhancement, 9 is the highest,
  25. The default is 9.
  26. .SH "SEE ALSO"
  27. pgmedge(1), pgm(5), pbm(5)
  28. .SH AUTHOR
  29. Copyright (C) 1989 by Jef Poskanzer.
  30. .\" Permission to use, copy, modify, and distribute this software and its
  31. .\" documentation for any purpose and without fee is hereby granted, provided
  32. .\" that the above copyright notice appear in all copies and that both that
  33. .\" copyright notice and this permission notice appear in supporting
  34. .\" documentation.  This software is provided "as is" without express or
  35. .\" implied warranty.
  36.