.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4. .TH OPJ_JP3D_DECOMPRESS "1" "October 2017" "opj_jp3d_decompress 2.3.0" "User Commands" .SH NAME opj_jp3d_decompress \- Works with JPEG2000 files .SH DESCRIPTION HELP \fB\-\-\-\-\fR .PP \- the \fB\-h\fR option displays this help information on screen .PP List of parameters for the JPEG 2000 encoder: .IP Required arguments \fB\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\fR .HP \fB\-i\fR ( *.jp3d, *.j3d ) .IP Currently accepts J3D\-files. The file type is identified based on its suffix. .HP \fB\-o\fR ( *.pgx, *.bin ) .IP Currently accepts PGX\-files and BIN\-files. Binary data is written to the file (not ascii). If a PGX filename is given, there will be as many output files as slices; an indice starting from 0 will then be appended to the output filename, just before the "pgx" extension. .HP \fB\-m\fR ( *.img ) .IP Required only for BIN\-files. Ascii data of volume characteristics is written. .IP Optional \fB\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\fR .HP \fB\-h\fR .IP Display the help information .HP \fB\-r\fR .IP Set the number of highest resolution levels to be discarded on each dimension. The volume resolution is effectively divided by 2 to the power of the number of discarded levels. The reduce factor is limited by the smallest total number of decomposition levels among tiles. .HP \fB\-l\fR .IP Set the maximum number of quality layers to decode. If there are less quality layers than the specified number, all the quality layers are decoded. .HP \fB\-O\fR original\-file .IP This option offers the possibility to compute some quality results for the decompressed volume, like the PSNR value achieved or the global SSIM value. Needs the original file in order to compare with the new one. NOTE: Only valid when \fB\-r\fR option is 0,0,0 (both original and decompressed volumes have same resolutions) NOTE: If original file is .BIN file, the volume characteristics file shall be defined with the \fB\-m\fR option. (i.e. \fB\-O\fR original\-BIN\-file \fB\-m\fR original\-IMG\-file) .HP \fB\-BE\fR .IP Define that the recovered volume data will be saved with big endian byte order. By default, little endian byte order is used. .SH AUTHOR This manual page was written by Mathieu Malaterre for the Debian GNU/Linux system, but may be used by others.