%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. &lfs77_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 (to build the API documentation), , and User Notes: Installation of OpenJPEG Install OpenJPEG by running the following commands: mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ .. && make This package does not have a working testsuite. Now, as the root user: make install && pushd ../doc && for man in man/man?/* do install -v -Dm644 $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 JPEG-2000 format. opj_compress opj_decompress converts JPEG-2000 images to other image types. opj_decompress opj_dump reads in a JPEG-2000 image and dumps the contents to stdout. opj_dump