JBIG
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
|||
(2 intermediate revisions by one user not shown) | |||
Line 24: | Line 24: | ||
* [http://www.cl.cam.ac.uk/~mgk25/jbigkit/ JBIG-KIT]: A free C library | * [http://www.cl.cam.ac.uk/~mgk25/jbigkit/ JBIG-KIT]: A free C library | ||
* [[Netpbm]] - Uses a fork of JBIG-KIT. | * [[Netpbm]] - Uses a fork of JBIG-KIT. | ||
+ | * [[ImageMagick]] | ||
+ | |||
+ | == Sample files == | ||
+ | * {{DexvertSamples|image/jbig}} | ||
== Links == | == Links == |
Latest revision as of 04:06, 28 December 2023
JBIG, also called JBIG1, is a lossless image compression algorithm and data format. The compression algorithm is based on arithmetic coding.
It is named after the organization which developed the format, Joint Bi-level Image experts Group.
JBIG is primarily used for bi-level images, but a JBIG codestream may contain multiple image "planes", which can be combined and interpreted as a grayscale image, or even a full color image.
JBIG works best when contained in some other file format. It can be stored in a file by itself, but that's risky, because the specification does not fully describe how to interpret the colors of the pixels. Reasonably-portable JBIG files are probably limited to bi-level and grayscale, and even then, don't be surprised if black and white get reversed.
Contents |
[edit] See also
[edit] Specifications
- ITU-T Rec. T.82
- ITU-T Rec. T.85 - Defines a subformat ("application profile") of JBIG.
[edit] Software
- JBIG-KIT: A free C library
- Netpbm - Uses a fork of JBIG-KIT.
- ImageMagick