comparison mupdf-source/thirdparty/openjpeg/doc/man/man1/opj_dump.1 @ 2:b50eed0cc0ef upstream

ADD: MuPDF v1.26.7: the MuPDF source as downloaded by a default build of PyMuPDF 1.26.4. The directory name has changed: no version number in the expanded directory now.
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 15 Sep 2025 11:43:07 +0200
parents
children
comparison
equal deleted inserted replaced
1:1d09e1dec1d9 2:b50eed0cc0ef
1 '\" t
2 '\" The line above instructs most `man' programs to invoke tbl
3 '\"
4 '\" Separate paragraphs; not the same as PP which resets indent level.
5 .de SP
6 .if t .sp .5
7 .if n .sp
8 ..
9 '\"
10 '\" Replacement em-dash for nroff (default is too short).
11 .ie n .ds m " -
12 .el .ds m \(em
13 '\"
14 '\" Placeholder macro for if longer nroff arrow is needed.
15 .ds RA \(->
16 '\"
17 '\" Decimal point set slightly raised
18 .if t .ds d \v'-.15m'.\v'+.15m'
19 .if n .ds d .
20 '\"
21 '\" Enclosure macro for examples
22 .de EX
23 .SP
24 .nf
25 .ft CW
26 ..
27 .de EE
28 .ft R
29 .SP
30 .fi
31 ..
32 .TH opj_dump 1 "Version 2.1.1" "opj_dump" "dumps jpeg2000 files"
33 .P
34 .SH NAME
35 opj_dump \-
36 This program reads in a jpeg2000 image and dumps the contents to stdout. It is part of the OpenJPEG library.
37 .SP
38 Valid input image extensions are
39 .B .j2k, .jp2, .jpt
40 .SP
41 .SH SYNOPSIS
42 .P
43 .B opj_dump \-i \fRinfile.j2k
44 .P
45 .B opj_dump \-ImgDir \fRimages/ \fRDump all files in images/
46 .P
47 .B opj_dump \-h \fRPrint help message and exit
48 .P
49 .SH OPTIONS
50 .TP
51 .B \-\^i "name"
52 (jpeg2000 input file name)
53 .TP
54 .B \-\^ImgDir "directory_name"
55 (directory containing jpeg2000 input files)
56 .P
57 '\".SH BUGS
58 .SH AUTHORS
59 Copyright (c) 2010, Mathieu Malaterre
60 .P
61 .SH "SEE ALSO"
62 opj_compress(1) opj_decompress(1)