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