home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / next / misc / 18734 < prev    next >
Encoding:
Internet Message Format  |  1992-08-17  |  1.9 KB

  1. Path: sparky!uunet!cs.utexas.edu!swrinde!sdd.hp.com!nigel.msen.com!heifetz!agog!greg
  2. From: greg@agog (Greg Cockroft)
  3. Newsgroups: comp.sys.next.misc
  4. Subject: Re: A NEW tar&compress FRONTEND....
  5. Message-ID: <1992Aug17.170230.4109@agog.com>
  6. Date: 17 Aug 92 17:02:30 GMT
  7. References: <1992Aug13.215318.530@ms.uky.edu>
  8. Sender: greg@agog.com (Greg Cockroft)
  9. Organization: Agog, Inc.
  10. Lines: 44
  11.  
  12. In article <1992Aug13.215318.530@ms.uky.edu> soward@slow.inslab.uky.edu  
  13. (John Soward) writes:
  14. > Glenn Reid writes
  15. > -> the compressed data.  Just yesterday I got a 10-to-1 compression
  16. > -> on a directory full of TIFF files, and I thought that TIFF already
  17. > -> had reasonably good compression in its internal format!
  18. >     No actually it sucks (e.g it has none)...unless you are using one  
  19. of  
  20. > NeXTs TIFF compression schemes...which are lempel-ziv (same as compress)  
  21. or  
  22. > JPEG (radically diferrent and results in a huge compression, but is  
  23. "lossy" --  
  24. > which sometimes is a big deal and sometimes is not).
  25. > --
  26.  
  27. This is incorrect information.
  28. TIFF 5.0 has optional compression of various types.
  29.    LZW --   same as in compress. Previous substrings in a lookup table.
  30.    packbits --  run length encoding
  31.    group 4? fax compression. -- Various bit strings representing runs of
  32.                               0 and 1 bits. Some interline deltas.
  33.  
  34. NXImageBitImageRep supports LZW and packbits.
  35.  
  36. The JPEG data in 2.x TIFF files is a non-standard extension because it had  
  37. not yet been addressed in TIFF when 2.0 shipped. JPEG will be part of TIFF  
  38. 6.0.  3.0 NeXTStep is supposed to conform to TIFF 6.0.
  39.  
  40. For the most part LZW and packbits do very well on non-continous tone  
  41. images. Maybe not state of the art but certainly some big savings.
  42.  
  43.  
  44.     -greg.
  45.  
  46.  
  47.  
  48.  
  49.  
  50. -- 
  51. Greg Cockroft                       greg@agog.com    
  52. Agog, Inc.                          (517) 627-2186   fax 2673
  53. 13780 North River Highway
  54. Grand Ledge, MI  48837
  55.