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

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 .