shithub: jbig2

Download patch

ref: e11f98fa775d99a531f18f5f4bffc754a205ce8f
parent: e20020b1bd4fae157236fc9716cafa17481e3171
author: Ralph Giles <giles@ghostscript.com>
date: Wed Jun 17 08:26:10 EDT 2009

Add a manpage for the jbig2dec example client.

Contributed by Sebastian Rassmussen.

--- /dev/null
+++ b/jbig2dec.1
@@ -1,0 +1,53 @@
+.TH jbig2dec 1 "12 June 2009" "Version 0.10" "jbig2dec Manual"
+
+.SH NAME
+jbig2dec \- File format converter specialized in JBIG encoding
+
+.SH SYNOPSIS
+.B jbig2dec [
+.I options 
+\fR ] [
+.I file 
+.R ] [
+.I global-stream 
+.R ] [
+.I page-stream 
+.R ]
+
+.SH DESCRIPTION
+The
+.B jbig2dec
+command converts JBIG2 files to png or pbm files. The options are as
+follows:
+.TP
+\fB \-o \fI<file>\fR
+Store the decoded output in file \fI<file>\fR. Defaults to the input with a
+different extension. Set to \fI-\fR for standard output.
+.TP
+\fB \-t \fI<type>\fR
+Force a particular output file format. Supported are \fIpng\fR and
+\fIpbm\fR.
+.TP
+\fB \-d\fR or \fB\-\-dump\fR
+Print the structer of the JBIG2 file rather than explicitly decoding it.
+.TP
+\fB \-\-hash\fR
+Print a hash of the decode document.
+.TP
+\fB \-q\fR or \fB\-\-quiet\fR
+Supress diagnostic output.
+.TP
+\fB \-v\fR or \fB\-\-verbose\fR
+Increase the verbosity level.
+.TP
+\fB \-\-version\fR
+Show program version information.
+.TP
+\fB \-h\fR or \fB\-\-help\fR
+Show usage summary.
+
+.SH AUTHOR
+jbig2-dev <jbig2-dev@ghostscript.com>
+This manpage was initially written by Sebastian Rasmussen
+<sebras@hotmail.com> for jbig2dec and the Debian Project.
+