Registry / other / openjpeg

openjpeg

JSON →
library2.5.4vcpkgunverified

OpenJPEG is an open-source JPEG 2000 codec written in C language, officially recognized as a JPEG 2000 Reference Software.

vcpkg install openjpeg
INSTALL
IMPORT
SIG · OPENJPEG
O
openjpeg
othercppv2.5.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

openjpeg.h
#include <openjpeg.h>

Create and destroy a JPEG 2000 decompression codec

#include <openjpeg.h> #include <stdio.h> int main() { opj_codec_t* codec = opj_create_decompress(OPJ_CODEC_JP2); if (codec) { printf("OpenJPEG codec created\n"); opj_destroy_codec(codec); } return 0; }
Debug
Known issues
breakingOpenJPEG 2.x API is not backward compatible with 1.x; linking against wrong version causes crashes
fix
Ensure all dependencies use the same OpenJPEG major version (2.x)
affects: >=2.0.0
Upgrade
Version history
2.5.4latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

openjpeg — pip install openjpeg · libregistry