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.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
下载地址(HTTP):https://github.com/uclouvain/openjpeg/archive/v2.5.4/openjpeg-2.5.4.tar.gz
MD5 校验和:6160de075bb5191e482bc0f024b375e4
大小:2.1 MB
预计所需磁盘空间:16 MB (add 1.7 GB for tests)
预计构建时间:0.2 SBU (add 1.1 SBU for tests)
git-2.55.0 (for tests), Little CMS-2.19.1, libpng-1.6.58, tiff-4.7.2, and Doxygen-1.17.0 (to build the API documentation)
Install OpenJPEG by running the following commands:
mkdir -v build &&
cd build &&
cmake -D CMAKE_BUILD_TYPE=Release \
-D CMAKE_INSTALL_PREFIX=/usr \
-D BUILD_STATIC_LIBS=OFF .. &&
make
If you wish to run the tests, some additional files are required. Download these files and run the tests using the following commands, but note that 8 tests are known to fail:
git clone https://github.com/uclouvain/openjpeg-data.git --depth 1 && OPJ_DATA_ROOT=$PWD/openjpeg-data cmake -D BUILD_TESTING=ON .. && make && make test
Now, as the root user:
make install && cp -rv ../doc/man -T /usr/share/man