Registry / other / libjxl

libjxl

JSON →
library0.11.2vcpkgunverified

JPEG XL image format reference implementation

vcpkg install libjxl
INSTALL
IMPORT
SIG · LIBJXL
L
libjxl
othercppv0.11.2
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.

jxl/decode.h
#include <jxl/decode.h>

Minimal usage of libjxl decoder

#include <jxl/decode.h> int main() { JxlDecoder* dec = JxlDecoderCreate(nullptr); JxlDecoderDestroy(dec); return 0; }
Debug
Known issues
gotchalibjxl requires linking against both jxl and jxl_threads for multithreaded decoding
fix
Add both jxl::jxl and jxl::jxl_threads to target_link_libraries
affects: *
Upgrade
Version history
0.11.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.