.TH OPJ_JP3D_DECOMPRESS "1" "October 2019" "opj_jp3d_decompress 2.3.1" "User Commands" .SH NAME opj_jp3d_decompress \- decompress jp3d files .SH SYNOPSIS .B opj_jp3d_decompress [optional arguments] -i input.{jp3d, j3d} -o output.{pgx, bin} -m characteristics.img .SH OPTIONS .SS Required Parameters (except with \fB\-h\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. .SS Optional arguments .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 and Hugo Lefeuvre for the Debian GNU/Linux system, but may be used by others.