Update opj_decompress man page
This commit is contained in:
parent
9c911c0e1e
commit
6cb56b36f6
|
@ -73,9 +73,19 @@ n is the maximum number of quality layers to decode. See LAYERS below)
|
||||||
.B \-\^OutFor "ext"
|
.B \-\^OutFor "ext"
|
||||||
(extension for output files)
|
(extension for output files)
|
||||||
.P
|
.P
|
||||||
|
.SH JPIP OPTIONS
|
||||||
|
Options usable only if the library has been compiled with
|
||||||
|
.B BUILD_JPIP
|
||||||
|
.TP
|
||||||
|
.B -jpip
|
||||||
|
Embed index table box into the output JP2 file (compulsory for JPIP)
|
||||||
|
.TP
|
||||||
|
.B -TP R
|
||||||
|
Partition a tile into tile parts of different resolution levels (compulsory for JPT-stream)
|
||||||
|
.P
|
||||||
.SH JPWL OPTIONS
|
.SH JPWL OPTIONS
|
||||||
Options usable only if the library has been compiled with
|
Options usable only if the library has been compiled with
|
||||||
.B -DUSE_JPWL
|
.B BUILD_JPWL
|
||||||
.TP
|
.TP
|
||||||
.B -W c\fR[=Nc] (Nc is the number of expected components in the codestream; default:3)
|
.B -W c\fR[=Nc] (Nc is the number of expected components in the codestream; default:3)
|
||||||
.TP
|
.TP
|
||||||
|
|
Loading…
Reference in New Issue