%general-entities; ]> OpenJPEG-&openjpeg-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. &lfs82_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &openjpeg-md5sum; Download size: &openjpeg-size; Estimated disk space required: &openjpeg-buildsize; Estimated build time: &openjpeg-time; OpenJPEG Dependencies Optional , , and (to build the API documentation) User Notes: Installation of OpenJPEG Install OpenJPEG by running the following commands: autoreconf -f -i && ./configure --prefix=/usr --disable-static && make This package does not come with a testsuite. Now, as the root user: make install Command Explanations Contents Installed Programs Installed Libraries Installed Directories image_to_j2k, j2k_dump and j2k_to_image libopenjpeg.so /usr/include/openjpeg-1.5 and /usr/share/doc/openjpeg-1.5 Short Descriptions image_to_j2k converts various image formats to the jpeg2000 format. image_to_j2k j2k_dump reads in a jpeg2000 image and dumps the contents to stdout. j2k_dump j2k_to_image converts jpeg2000 images to other image types. j2k_to_image