summaryrefslogtreecommitdiff
path: root/jbig2dec/jbig2dec.1
blob: b3a8e4be7a056ab851796c2f85e74c569fd07bd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
.TH jbig2dec 1 "2020 March 11" "Version 0.19" "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
.BR -e ", " --embedded
Expect embedded bit stream without file header.
.TP
.BI -o " file" ", --output" " 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" ", --format" " type"
Force a particular output file format. Supported are \fIpng\fR and
\fIpbm\fR.
.TP
.BR -d ", " --dump
Print the structure of the JBIG2 file rather than explicitly decoding it.
.TP
.BR -m ", " --hash
Print a hash of the decoded document.
.TP
.BR -q ", " --quiet
Suppress warnings and other diagnostic output.
.TP
.BR -v ", " --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 -V ", " --version
Show program version information.
.TP
.BR -h ", " --help
Show usage summary.

.SH REPORTING BUGS
Report bugs at https://bugs.ghostscript.com

Contact the developers on Dicord and IRC on #ghostscript at libera.chat
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.