recvq.4f
上传用户:weiyuanprp
上传日期:2020-05-20
资源大小:1169k
文件大小:3k
源码类别:

传真(Fax)编程

开发平台:

C/C++

  1. ." $Id: recvq.4f,v 1.1.1.1 2005/11/11 21:32:03 faxguy Exp $
  2. ."
  3. ." HylaFAX Facsimile Software
  4. ."
  5. ." Copyright (c) 1990-1996 Sam Leffler
  6. ." Copyright (c) 1991-1996 Silicon Graphics, Inc.
  7. ." HylaFAX is a trademark of Silicon Graphics
  8. ." 
  9. ." Permission to use, copy, modify, distribute, and sell this software and 
  10. ." its documentation for any purpose is hereby granted without fee, provided
  11. ." that (i) the above copyright notices and this permission notice appear in
  12. ." all copies of the software and related documentation, and (ii) the names of
  13. ." Sam Leffler and Silicon Graphics may not be used in any advertising or
  14. ." publicity relating to the software without the specific, prior written
  15. ." permission of Sam Leffler and Silicon Graphics.
  16. ." 
  17. ." THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, 
  18. ." EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY 
  19. ." WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.  
  20. ." 
  21. ." IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
  22. ." ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
  23. ." OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  24. ." WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF 
  25. ." LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 
  26. ." OF THIS SOFTWARE.
  27. ."
  28. .if n .po 0
  29. .ds Fx fIHylas-1FAXs+1fP
  30. .ds Ps Ps-2OSTs+2Ss-2CRIPTs+2
  31. .TH RECVQ ${MANNUM4_5} "October 3, 1995"
  32. .SH NAME
  33. recvq/fax* - received facsimile document format
  34. .SH DESCRIPTION
  35. Facsimile received by *(Fx are placed in the
  36. .B recvq
  37. subdirectory.
  38. Each facsimile document is stored as a single
  39. Class F Tagged Image File Format (c
  40. .SM TIFFc
  41. ) file.
  42. This format includes the following information:
  43. .sp .5
  44. .RS
  45. .nf
  46. (bu page width and length
  47. (bu horizontal and vertical resolution
  48. (bu page orientation
  49. (bu phone number of the sender 
  50. (bu date and time document was received
  51. (bu number of scanlines received with errors
  52. (bu maximum number of consecutive scanlines received with errors
  53. (bu whether or not bad scanlines were regenerated by the receiver
  54. (bu make and model of the modem used to receive the document
  55. (bu name of the host computer on which the document was received
  56. .fi
  57. .RE
  58. .PP
  59. Image data is written using either
  60. .SM "CCITT T.4"
  61. or
  62. .SM "CCITT T.6"
  63. compression.
  64. By default data is written using the compression scheme/data format
  65. negotiated by the sender and receiver.
  66. However, if
  67. .IR faxgetty (${MANNUM1_8})
  68. is configured to do copy quality checking
  69. then data is written using the compression scheme defined by the
  70. .B RecvDataFormat
  71. configuration parameter; see
  72. .IR hylafax-config (${MANNUM4_5}).
  73. .PP
  74. A scanline that is regenerated by the
  75. receiver because of an error is typically just a copy of
  76. the previous good scanline.
  77. .PP
  78. The files in the
  79. .B recvq
  80. directory are created with the protection mode specified
  81. in the server configuration file(s).
  82. By default, files are created with mode 0600 and owned
  83. by the
  84. .I fax
  85. user, which means that they are accessible only to the fax user.
  86. .PP
  87. To print a facsimile on a *(Ps(rg printer, the
  88. .IR fax2ps (1)
  89. program can be used.
  90. .SH "SEE ALSO"
  91. .IR viewfax (1),
  92. .IR faxview (1),
  93. .IR fax2ps (1),
  94. .IR faxgetty (${MANNUM1_8}),
  95. .IR libtiff (3),
  96. .IR hylafax-config (${MANNUM4_5})