jbig2dec

Ralph Giles <[email protected]> Tue, 06 Aug 2002 04:31:00 -0700
Newsgroups gmane.comp.printing.ghostscript.jbig2dec.cvs
Message-ID <[email protected]>
Update of /cvsroot/jbig2dec/jbig2dec
In directory usw-pr-cvs1:/tmp/cvs-serv31703

Modified Files:
	README 
Log Message:
Wrap the README at 72 character-per-line and add links to the website and
mailing list.


Index: README
===================================================================
RCS file: /cvsroot/jbig2dec/jbig2dec/README,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- README	4 Jul 2002 13:53:38 -0000	1.2
+++ README	6 Aug 2002 11:30:58 -0000	1.3
@@ -1,16 +1,24 @@
-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.
+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
+    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>
+It also supports separate 'global' and 'page' streams, generally
+extracted from some embedded format:
 
-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.
+    jbig2dec [-o <output file>] <global_stream> <page_stream>
 
-A set of example files is available from http://www.ece.ubc.ca/spmg/jbig2/bitstreams/main.html
+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
+
+More information about this project and updated versions are available
+from http://jbig2dec.sf.net/ 
+
+The contact address for the project is <[email protected]>.
\ No newline at end of file