75 lines
1.9 KiB
Groff
75 lines
1.9 KiB
Groff
.TH jbig2dec 1 "2019 September 17" "Version 0.17" "jbig2dec Manual"
|
|
|
|
.SH NAME
|
|
jbig2dec \- File format converter specialized in JBIG2 decoding
|
|
|
|
.SH SYNOPSIS
|
|
.B jbig2dec
|
|
.RI [ options ]
|
|
.I file.jbig2
|
|
.br
|
|
.B jbig2dec
|
|
.RI [ options ]
|
|
.I global-stream page-stream
|
|
|
|
.SH DESCRIPTION
|
|
The
|
|
.B jbig2dec
|
|
command converts JBIG2 files to png or pbm files.
|
|
|
|
When passed a single
|
|
.I file
|
|
argument it is interpreted as a JBIG2 file stream, with either
|
|
sequential or random-access organization.
|
|
|
|
When passed two stream arguments, they are interpreted as the
|
|
global and page-specific portions of an embedded organization,
|
|
as used in PDF. If a particular page references no global
|
|
segment stream, /dev/null can be passed for the
|
|
.I global-stream
|
|
argument to request the embedded parser.
|
|
|
|
.SH OPTIONS
|
|
The options are as follows:
|
|
.TP
|
|
.BI -o " file"
|
|
Store the decoded output in
|
|
.IR file .
|
|
Defaults to the input with a different extension.
|
|
Set to \fI-\fR for standard output.
|
|
.TP
|
|
.BI -t " type"
|
|
Force a particular output file format. Supported are \fIpng\fR and
|
|
\fIpbm\fR.
|
|
.TP
|
|
.BR -d " or " --dump
|
|
Print the structure of the JBIG2 file rather than explicitly decoding it.
|
|
.TP
|
|
.BR --hash
|
|
Print a hash of the decoded document.
|
|
.TP
|
|
.BR -q " or " --quiet
|
|
Suppress warnings and other diagnostic output.
|
|
.TP
|
|
.BR -v " or " --verbose
|
|
Report additional information about the decoding process.
|
|
Pass just \fB-v\fR for information about the file as it's being decoded.
|
|
This is the same as \fB--verbose=2\fR.
|
|
Pass \fB--verbose=3\fR or higher for debugging information.
|
|
.TP
|
|
.BR --version
|
|
Show program version information.
|
|
.TP
|
|
.BR -h " or " --help
|
|
Show usage summary.
|
|
|
|
.SH REPORTING BUGS
|
|
Report bugs at https://bugs.ghostscript.com
|
|
|
|
Contact the developers at the IRC channel #ghostscript at freenode.net
|
|
or via the mailing list <gs-devel@ghostscript.com>.
|
|
|
|
.SH AUTHOR
|
|
This manpage was initially written by Sebastian Rasmussen
|
|
<sebras@gmail.com> for jbig2dec and the Debian Project.
|