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.
openjpeg provides CMake targets:
find_package(OpenJPEG CONFIG REQUIRED)
target_link_libraries(main PRIVATE openjp2)
openjpeg provides pkg-config modules:
# JPEG2000 library
libopenjp2
Build optional component jpip
(deprecated)
v2.5.2#1
All
BSD-2-Clause
Manifest