Registry / other / jbigkit

jbigkit

JSON →
library2.1vcpkgunverified

A software implementation of the JBIG1 data compression standard (ITU-T T.82)

vcpkg install jbigkit
INSTALL
IMPORT
SIG · JBIGKIT
J
jbigkit
othercppv2.1
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.

jbig.h
#include <jbig.h>

Initialize JBIG1 encoder

#include <jbig.h> int main() { struct jbg_enc_state state; jbg_enc_init(&state, 0, 0, 1, nullptr, nullptr); jbg_enc_free(&state); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

jbigkit — pip install jbigkit · libregistry