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

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 .