Registry / other / jasper

jasper

JSON →
library4.2.8vcpkgunverified

Open source implementation of the JPEG-2000 Part-1 standard

vcpkg install jasper
INSTALL
IMPORT
SIG · JASPER
J
jasper
othercppv4.2.8
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.

jasper/jasper.h
#include <jasper/jasper.h>

Decode a JPEG-2000 image from stdin

#include <jasper/jasper.h> #include <iostream> int main() { jas_init(); jas_image_t *image = jas_image_decode(0, -1, 0); if (!image) { std::cerr << "Failed to decode image" << std::endl; return 1; } jas_image_destroy(image); jas_cleanup(); return 0; }
Debug
Known issues
breakingJasPer has had security vulnerabilities; use latest version
fix
Always update to the latest version and enable security patches
affects: <4.0.0
Upgrade
Version history
4.2.8latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources

No resource links recorded.

jasper — pip install jasper · libregistry