DESCR 1.6 KB

123456789101112131415161718192021222324252627282930313233
  1. JBIG-KIT implements a highly effective data compression algorithm for
  2. bi-level high-resolution images such as fax pages or scanned
  3. documents.
  4. JBIG-KIT provides a portable library of compression and decompression
  5. functions with a documented interface that you can very easily include
  6. into your image or document processing software. In addition, JBIG-KIT
  7. provides ready-to-use compression and decompression programs with a
  8. simple command line interface (similar to the converters found in Jef
  9. Poskanzer's PBM graphics file conversion package).
  10. New in version 2.0 is an additional 'lightweight' version of the jbig
  11. library, named jbig85. This implements only the T.85 profile of the
  12. the full standard in the ITU-T recommendation, but is far smaller
  13. and uses much less memory while encoding. See the homepage for more
  14. details: http://www.cl.cam.ac.uk/~mgk25/jbigkit/
  15. JBIG-KIT implements the specification
  16. International Standard ISO/IEC 11544:1993 and ITU-T Recommendation
  17. T.82(1993), "Information technology - Coded representation of picture
  18. and audio information - progressive bi-level image compression",
  19. <http://www.itu.ch/itudoc/itu-t/rec/t/t82_23822.html>,
  20. which is commonly referred to as the "JBIG standard". JBIG (Joint
  21. Bi-level Image experts Group) is the committee which developed this
  22. international standard for the lossless compression of images using
  23. arithmetic coding. Like the well-known compression algorithms JPEG and
  24. MPEG, also JBIG has been developed and published by the International
  25. Organization for Standardization (ISO) and the International
  26. Telecommunication Union (ITU) (see also <http://www.iso.ch/> and
  27. <http://www.itu.ch/>).