%general-entities; ]> $LastChangedBy$ $Date$ OpenJPEG-&openjpeg2-version; OpenJPEG Introduction to OpenJPEG OpenJPEG is an open-source implementation of the JPEG-2000 standard. OpenJPEG fully respects the JPEG-2000 specifications and can compress/decompress lossless 16-bit images. &lfs81_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &openjpeg2-md5sum; Download size: &openjpeg2-size; Estimated disk space required: &openjpeg2-buildsize; Estimated build time: &openjpeg2-time; OpenJPEG Dependencies Required Optional , , , and (to build the API documentation) User Notes: Installation of OpenJPEG Install OpenJPEG by running the following commands: mkdir -v build && cd build && cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr .. && make This package does not come with a working test suite. Now, as the root user: make install && pushd ../doc && for man in man/man?/* ; do install -v -D -m 644 $man /usr/share/$man done popd Contents Installed Programs Installed Libraries Installed Directories opj_compress, opj_decompress, and opj_dump libopenjp2.so /usr/include/openjpeg-2.1 and /usr/lib/openjpeg-2.1 Short Descriptions opj_compress converts various image formats to the jpeg2000 format. opj_compress opj_decompress converts jpeg2000 images to other image types. opj_decompress opj_dump reads in a jpeg2000 image and dumps the contents to stdout. opj_dump