home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / next / programm / 5275 < prev    next >
Encoding:
Text File  |  1992-07-27  |  1.8 KB  |  55 lines

  1. Newsgroups: comp.sys.next.programmer
  2. Path: sparky!uunet!usc!sdd.hp.com!caen!umeecs!umn.edu!csus.edu!news
  3. From: eps@futon.SFSU.EDU (Eric P. Scott)
  4. Subject: Re: NeXT Fax format
  5. Message-ID: <1992Jul28.053348.21630@csus.edu>
  6. Sender: news@csus.edu
  7. Reply-To: eps@cs.sfsu.edu
  8. Organization: San Francisco State University
  9. References: <1992Jul27.233807.22424@novell.com>
  10. Date: Tue, 28 Jul 1992 05:33:48 GMT
  11. Lines: 42
  12.  
  13. In article <1992Jul27.233807.22424@novell.com>
  14.     jscherer@novell.com writes:
  15. >Can someone tell me what format a fax is stored in on my NeXT..
  16.  
  17. Looks like TIFF to me.
  18.  
  19.                     -=EPS=-
  20. -------
  21. % tiffutil -info DemoFax.fax
  22. Directory at 0x8c48
  23.   Subfile Type: multi-page document (2 = 0x2)
  24.   Image Width: 1728 Image Length: 2186
  25.   Resolution: 200, 200
  26.   Resolution Unit: pixels/inch
  27.   Bits/Sample: 1
  28.   Compression Scheme: CCITT Group 3 facsimile encoding
  29.   Photometric Interpretation: "min-is-white"
  30.   Samples/Pixel: 1
  31.   Rows/Strip: 1
  32.   Number of Strips: 2186
  33.   Planar Configuration: Not planar
  34.   Group 3 Options: EOL padding (4 = 0x4)
  35.   Page Number: 0-1
  36. % tiffutil -dump DemoFax.fax
  37. Magic: 0x4d4d <big-endian> Version: 0x2a
  38. Directory 0: offset 35912 (0x8c48)
  39. SubFileType (254) LONG (4) 1<2>
  40. ImageWidth (256) SHORT (3) 1<1728>
  41. ImageLength (257) SHORT (3) 1<2186>
  42. BitsPerSample (258) SHORT (3) 1<1>
  43. Compression (259) SHORT (3) 1<3>
  44. Photometric (262) SHORT (3) 1<0>
  45. StripOffsets (273) LONG (4) 2186<8 14 18 26 37 47 58 110 171 230 290 355 418...
  46. SamplesPerPixel (277) SHORT (3) 1<1>
  47. RowsPerStrip (278) LONG (4) 1<1>
  48. StripByteCounts (279) LONG (4) 2186<6 4 8 11 10 11 52 61 59 60 65 63 62 60 5...
  49. XResolution (282) RATIONAL (5) 1<200>
  50. YResolution (283) RATIONAL (5) 1<200>
  51. PlanarConfig (284) SHORT (3) 1<1>
  52. Group3Options (292) LONG (4) 1<4>
  53. ResolutionUnit (296) SHORT (3) 1<2>
  54. PageNumber (297) SHORT (3) 2<1 0>
  55.