shithub: jbig2

Download patch

ref: 4b55adb9e7e662440502d9a7a5558ce69f3f1dff
parent: 4fa4291e3366e1794fcb594d5b1c1aea8c293e2f
author: giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
date: Tue Aug 6 07:30:58 EDT 2002

Wrap the README at 72 character-per-line and add links to the website and
mailing list.


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

--- a/README
+++ b/README
@@ -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 <jbig2-dev@ghostscript.com>.
\ No newline at end of file