home *** CD-ROM | disk | FTP | other *** search
/ Internet File Formats / InternetFileFormatsCD.bin / graphics / tiff / unix / archive.z / archive / text0041.txt < prev    next >
Encoding:
Text File  |  1995-09-20  |  782 b   |  23 lines

  1.  
  2. Sam Leffler writes:
  3. > My understanding is that JBIG requires the licensing of several
  4. > patents.  This makes it an unlikely candidate for a free software
  5. > package such as mine.
  6.  
  7. JBIG relies heavily on arithmetic coding, an entropy coding method
  8. patented by IBM.  The JBIG arithmetic coder is identical to the one
  9. defined in the JPEG standard.  Luckily, JPEG also allows Huffman
  10. coding, making it possible for the IJG to provide a public domain
  11. implementation from which arithmetic coding has been left out.
  12.  
  13. Talking about licensing; what applies to the LZW compression
  14. implemented in LibTIFF?
  15.  
  16.     /F
  17.  
  18.  
  19. BTW: I'm not that sure that JBIG should be stuffed into TIFF at all;
  20. the forthcoming ISO SPIFF standard merges JPEG, JBIG and Group 3/4
  21. into one very complete interchange format.
  22.  
  23.