diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2015-09-16 20:54:34 +0200 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2015-09-16 20:54:34 +0200 |
| commit | 6cb56b36f627194fdfb13e306d27925b956af63f (patch) | |
| tree | d2da060b7d5d6a4c1d9c853850de29e1d5cc2a94 | |
| parent | 9c911c0e1ee4367207cc9654ef109fb7250c5969 (diff) | |
Update opj_decompress man page
| -rw-r--r-- | doc/man/man1/opj_decompress.1 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/man/man1/opj_decompress.1 b/doc/man/man1/opj_decompress.1 index 38a404a4..1e7b6c54 100644 --- a/doc/man/man1/opj_decompress.1 +++ b/doc/man/man1/opj_decompress.1 @@ -73,9 +73,19 @@ n is the maximum number of quality layers to decode. See LAYERS below) .B \-\^OutFor "ext" (extension for output files) .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 Options usable only if the library has been compiled with -.B -DUSE_JPWL +.B BUILD_JPWL .TP .B -W c\fR[=Nc] (Nc is the number of expected components in the codestream; default:3) .TP |
