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

  1. .TH pbmtoascii 1 "20 March 1992"
  2. .SH NAME
  3. pbmtoascii - convert a portable bitmap into ASCII graphics
  4. .SH SYNOPSIS
  5. .B pbmtoascii
  6. .RB [ -1x2 | -2x4 ]
  7. .RI [ pbmfile ]
  8. .SH DESCRIPTION
  9. Reads a portable bitmap as input.
  10. Produces a somewhat crude ASCII graphic as output.
  11. .PP
  12. Note that there is no asciitopbm tool - this transformation is one-way.
  13. .SH OPTIONS
  14. The
  15. .B -1x2
  16. and
  17. .B -2x4
  18. flags give you two alternate ways for the bits to get mapped to characters.
  19. With
  20. .BR 1x2 ,
  21. the default, each character represents a group of 1 bit across by 2 bits down.
  22. With
  23. .BR -2x4 ,
  24. each character represents 2 bits across by 4 bits down.
  25. With the 1x2 mode you can see the individual bits, so it's useful for
  26. previewing small bitmaps on a non-graphics terminal.
  27. The 2x4 mode lets you display larger bitmaps on a standard 80-column display,
  28. but it obscures bit-level details.
  29. 2x4 mode is also good for displaying
  30. graymaps - "pnmscale -width 158 | pgmnorm | pgmtopbm -thresh"
  31. should give good results.
  32. .SH "SEE ALSO"
  33. pbm(5)
  34. .SH AUTHOR
  35. Copyright (C) 1988, 1992 by Jef Poskanzer.
  36. .\" Permission to use, copy, modify, and distribute this software and its
  37. .\" documentation for any purpose and without fee is hereby granted, provided
  38. .\" that the above copyright notice appear in all copies and that both that
  39. .\" copyright notice and this permission notice appear in supporting
  40. .\" documentation.  This software is provided "as is" without express or
  41. .\" implied warranty.
  42.