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

  1. .TH pnmenlarge 1 "26 February 1989"
  2. .IX pnmenlarge
  3. .SH NAME
  4. pnmenlarge - read a portable anymap and enlarge it N times
  5. .SH SYNOPSIS
  6. .B pnmenlarge
  7. .I N
  8. .RI [ pnmfile ]
  9. .SH DESCRIPTION
  10. Reads a portable anymap as input.
  11. Replicates its pixels
  12. .I N
  13. times, and produces a portable anymap as output.
  14. .IX enlarging
  15. .PP
  16. .I pnmenlarge
  17. can only enlarge by integer factors.
  18. The slower but more general
  19. .I pnmscale
  20. .IX pnmscale
  21. can enlarge or reduce by arbitrary
  22. factors, and
  23. .I pbmreduce
  24. .IX pbmreduce
  25. can reduce by integer factors, but only for bitmaps.
  26. .PP
  27. If you enlarge by a factor of 3 or more, you should probably add a
  28. .I pnmsmooth
  29. .IX pnmsmooth
  30. step; otherwise, you can see the original pixels in the resulting image.
  31. .SH "SEE ALSO"
  32. pbmreduce(1), pnmscale(1), pnmsmooth(1), pnm(5)
  33. .SH AUTHOR
  34. Copyright (C) 1989 by Jef Poskanzer.
  35. .\" Permission to use, copy, modify, and distribute this software and its
  36. .\" documentation for any purpose and without fee is hereby granted, provided
  37. .\" that the above copyright notice appear in all copies and that both that
  38. .\" copyright notice and this permission notice appear in supporting
  39. .\" documentation.  This software is provided "as is" without express or
  40. .\" implied warranty.
  41.