openjpeg v2.5.2
- Created
- Updated
OpenJPEG is an open-source JPEG 2000 codec written in C language. It has been developed in order to promote the use of JPEG 2000, a still-image compression standard from the Joint Photographic Experts Group (JPEG). Since April 2015, it is officially recognized by ISO/IEC and ITU-T as a JPEG 2000 Reference Software.
# Usage
openjpeg provides CMake targets:
find_package(OpenJPEG CONFIG REQUIRED)
target_link_libraries(main PRIVATE openjp2)
openjpeg provides pkg-config modules:
# JPEG2000 library
libopenjp2
# License
# Supported Platforms
All platforms are supported
# Features
No default features set.
# jpip
Build optional component jpip
Supports: !uwp
- ✅ linux
- ✅ osx
- ✅ windows
- ❌
uwp
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
# tools
(deprecated)
Dependencies:
Host Dependencies:
3 transitive dependencies:
- vcpkg-cmake (by curl )
- vcpkg-cmake-config (by curl )
- vcpkg-cmake-get-vars (by openssl )
# Dependencies
No dependencies.
# Host Dependencies
No transitive dependencies.
# Dependents
# Host Dependents
No dependents.
# Contributors
- Silvio
- Silvio Traversaro
- Alexander Karatarakis
- codicodi
- Robert Schumacher
- Victor Romero
- JackBoosY
- Alexander Neumann
- pravic
- General Jack O'Neill
- Matthew Oliver
- Cheney Wang
- autoantwort
- Kai Pastor
- Thomas1664
# Changelog
and 16 more commits:
c0a6371
[grpc][harfbuzz][jsoncpp][libuv][openjpeg][rocksdb] Upgrades26516fe
vcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7)844df49
[openjpeg] update to 2.2.02f9594d
[openjpeg] fix import macro6e44495
[vcpkg-configure-cmake] Centralize application of CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP2825c30
[poco & openjpeg] Prevent installation of CRT redistributables1808d46
triplet is now automatically included before portfiles.70fe3d1
[openjpeg] Remove bin directories in static builds71594b6
Remove portfile branching of vcpkg_copy_pdbs()d7859b8
[openjpeg] vcpkg_copy_pdbs()7658d31
Cleanup Visual C++ Redistributable runtime3e4ccad
[openjpeg] Fix location of cmake config filesf6b7c7d
Update CONTROLfa06da1
Add openjpeg port