shithub: jbig2

Download patch

ref: 4c517739877594997a67dfd383c80c8d3dacc96b
parent: 2048089ff9b99ac20bcfcb4dad4b2238e796db68
author: giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
date: Thu Jul 4 09:53:38 EDT 2002

fill out the README


git-svn-id: http://svn.ghostscript.com/jbig2dec/trunk@107 ded80894-8fb9-0310-811b-c03f3676ab4d

--- a/README
+++ b/README
@@ -1,1 +1,16 @@
-jbig2dec is a decoder library and example utility implementing the JBIG2 bi-level image compression spec.
+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 now included by reference in
+Adobe's PDF 1.4.
+
+The basic invocation is:
+
+	jbig2dec [-o <output file>] file.jbig2
+
+It also supports separate 'global' and 'page' streams, generally extracted from some embedded
+format:
+	jbig2dec [-o <output file>] <global_stream> <page_stream>
+
+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.
+
+A set of example files is available from http://www.ece.ubc.ca/spmg/jbig2/bitstreams/main.html