sfxsfl 81bd2e02f4 first code checkin 7 months ago
..
CHANGES 81bd2e02f4 first code checkin 7 months ago
COPYING 81bd2e02f4 first code checkin 7 months ago
LICENSE 81bd2e02f4 first code checkin 7 months ago
Makefile.am 81bd2e02f4 first code checkin 7 months ago
Makefile.unix 81bd2e02f4 first code checkin 7 months ago
README 81bd2e02f4 first code checkin 7 months ago
annex-h.jbig2 81bd2e02f4 first code checkin 7 months ago
autogen.sh 81bd2e02f4 first code checkin 7 months ago
config_win32.h 81bd2e02f4 first code checkin 7 months ago
configure.ac.in 81bd2e02f4 first code checkin 7 months ago
getopt.c 81bd2e02f4 first code checkin 7 months ago
getopt.h 81bd2e02f4 first code checkin 7 months ago
getopt1.c 81bd2e02f4 first code checkin 7 months ago
jbig2.c 81bd2e02f4 first code checkin 7 months ago
jbig2.h 81bd2e02f4 first code checkin 7 months ago
jbig2_arith.c 81bd2e02f4 first code checkin 7 months ago
jbig2_arith.h 81bd2e02f4 first code checkin 7 months ago
jbig2_arith_iaid.c 81bd2e02f4 first code checkin 7 months ago
jbig2_arith_iaid.h 81bd2e02f4 first code checkin 7 months ago
jbig2_arith_int.c 81bd2e02f4 first code checkin 7 months ago
jbig2_arith_int.h 81bd2e02f4 first code checkin 7 months ago
jbig2_generic.c 81bd2e02f4 first code checkin 7 months ago
jbig2_generic.h 81bd2e02f4 first code checkin 7 months ago
jbig2_halftone.c 81bd2e02f4 first code checkin 7 months ago
jbig2_halftone.h 81bd2e02f4 first code checkin 7 months ago
jbig2_huffman.c 81bd2e02f4 first code checkin 7 months ago
jbig2_huffman.h 81bd2e02f4 first code checkin 7 months ago
jbig2_hufftab.c 81bd2e02f4 first code checkin 7 months ago
jbig2_hufftab.h 81bd2e02f4 first code checkin 7 months ago
jbig2_image.c 81bd2e02f4 first code checkin 7 months ago
jbig2_image.h 81bd2e02f4 first code checkin 7 months ago
jbig2_image_pbm.c 81bd2e02f4 first code checkin 7 months ago
jbig2_image_png.c 81bd2e02f4 first code checkin 7 months ago
jbig2_image_rw.h 81bd2e02f4 first code checkin 7 months ago
jbig2_mmr.c 81bd2e02f4 first code checkin 7 months ago
jbig2_mmr.h 81bd2e02f4 first code checkin 7 months ago
jbig2_page.c 81bd2e02f4 first code checkin 7 months ago
jbig2_page.h 81bd2e02f4 first code checkin 7 months ago
jbig2_priv.h 81bd2e02f4 first code checkin 7 months ago
jbig2_refinement.c 81bd2e02f4 first code checkin 7 months ago
jbig2_refinement.h 81bd2e02f4 first code checkin 7 months ago
jbig2_segment.c 81bd2e02f4 first code checkin 7 months ago
jbig2_segment.h 81bd2e02f4 first code checkin 7 months ago
jbig2_symbol_dict.c 81bd2e02f4 first code checkin 7 months ago
jbig2_symbol_dict.h 81bd2e02f4 first code checkin 7 months ago
jbig2_text.c 81bd2e02f4 first code checkin 7 months ago
jbig2_text.h 81bd2e02f4 first code checkin 7 months ago
jbig2dec.1 81bd2e02f4 first code checkin 7 months ago
jbig2dec.c 81bd2e02f4 first code checkin 7 months ago
jbig2dec.pc.in 81bd2e02f4 first code checkin 7 months ago
memcmp.c 81bd2e02f4 first code checkin 7 months ago
memento.c 81bd2e02f4 first code checkin 7 months ago
memento.h 81bd2e02f4 first code checkin 7 months ago
msvc.mak 81bd2e02f4 first code checkin 7 months ago
os_types.h 81bd2e02f4 first code checkin 7 months ago
pbm2png.c 81bd2e02f4 first code checkin 7 months ago
sha1.c 81bd2e02f4 first code checkin 7 months ago
sha1.h 81bd2e02f4 first code checkin 7 months ago
test_jbig2dec.py 81bd2e02f4 first code checkin 7 months ago

README

jbig2dec is a decoder library and example utility implementing the JBIG2
bi-level image compression spec. Also known as ITU T.88 and ISO IEC
14492, and included by reference in Adobe's PDF version 1.4 and later.

The basic invocation is:

jbig2dec [-o ] file.jbig2

It also supports separate 'global' and 'page' streams, generally
extracted from some embedded format:

jbig2dec [-o ]

The program is only partially functional at this time, but should be
useful in some limited contexts. We welcome files that the decoder can't
handle, or renders incorrectly.

More information about jbig2dec and updated versions are available from:
https://jbig2dec.com/

A set of example files is available from
https://git.ghostscript.com/?p=tests.git;a=tree;f=jbig2

Development source code is kept in a git repository at:
http://git.ghostscript.com/?p=jbig2dec.git

Report bugs at https://bugs.ghostscript.com
For security issues please use the "Security - Other" product,
and for normal bugs the "jbig2dec" product.

Contact the developers on Discord: https://discord.gg/taPnFQp5gb
or via the mailing list .