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.
This package is known to build and work properly using an LFS-7.7 platform.
Download (HTTP): http://downloads.sourceforge.net/openjpeg.mirror/openjpeg-2.1.0.tar.gz
Download MD5 sum: f6419fcc233df84f9a81eb36633c6db6
Download size: 1.7 MB
Estimated disk space required: 13 MB
Estimated build time: 0.1 SBU
Little CMS-2.6, libpng-1.6.16, LibTIFF-4.0.3, and Doxygen-1.8.9.1 (to build the API documentation)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/openjpeg2
Install OpenJPEG by running the following commands:
mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr .. && make
If you have built the test suite and wish to run it, issue: make test.
Now, as the root
user:
make install && cd ../doc && for man in man/man?/* ; do install -v -D -m 644 $man /usr/share/$man done
-DBUILD_TESTING=ON
: This switch enables
building the test suite.
Last updated on 2015-02-25 14:44:17 -0800