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-8.1 platform.
Download (HTTP): https://downloads.sourceforge.net/openjpeg.mirror/openjpeg-1.5.2.tar.gz
Download MD5 sum: c41772c30fb1c272358b3707233134a1
Download size: 1.4 MB
Estimated disk space required: 16 MB
Estimated build time: 0.2 SBU
Little CMS-2.8, libpng-1.6.31, LibTIFF-4.0.8 and Doxygen-1.8.13 (to build the API documentation)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/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
--disable-static
: This
switch prevents installation of static versions of the libraries.
Last updated on 2017-08-23 12:11:26 -0700