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

  1. .TH g3topbm 1 "02 October 1989"
  2. .IX g3topbm
  3. .SH NAME
  4. g3topbm - convert a Group 3 fax file into a portable bitmap
  5. .SH SYNOPSIS
  6. .B g3topbm
  7. .RB [ -kludge ]
  8. .RB [ -reversebits ]
  9. .RB [ -stretch ]
  10. .RI [ g3file ]
  11. .SH DESCRIPTION
  12. Reads a Group 3 fax file as input.
  13. .IX "Group 3 fax"
  14. .IX fax
  15. Produces a portable bitmap as output.
  16. .SH OPTIONS
  17. .TP
  18. .B -kludge
  19. Tells
  20. .I g3topbm
  21. to ignore the first few lines of the file;
  22. sometimes fax files have some junk at the beginning.
  23. .TP
  24. .B -reversebits
  25. Tells
  26. .I g3topbm
  27. to interpret bits least-significant
  28. first, instead of the default most-significant first.
  29. Apparently some fax modems do it one way and others do it the other way.
  30. If you get a whole bunch of "bad code word" messages, try using this
  31. flag.
  32. .TP
  33. .B -stretch
  34. Tells
  35. .I g3topbm
  36. to stretch the image vertically by
  37. duplicating each row.
  38. This is for the low-quality transmission mode.
  39. .PP
  40. All flags can be abbreviated to their shortest unique prefix.
  41. .SH REFERENCES
  42. The standard for Group 3 fax is defined in CCITT Recommendation T.4.
  43. .SH BUGS
  44. Probably.
  45. .SH "SEE ALSO"
  46. pbmtog3(1), pbm(5)
  47. .SH AUTHOR
  48. Copyright (C) 1989 by Paul Haeberli <paul@manray.sgi.com>.
  49. .\" Permission to use, copy, modify, and distribute this software and its
  50. .\" documentation for any purpose and without fee is hereby granted, provided
  51. .\" that the above copyright notice appear in all copies and that both that
  52. .\" copyright notice and this permission notice appear in supporting
  53. .\" documentation.  This software is provided "as is" without express or
  54. .\" implied warranty.
  55.