Registry / other / libheif

libheif

JSON →
library1.21.2vcpkgunverified

libheif is an HEIF and AVIF file format decoder and encoder.

vcpkg install libheif
INSTALL
IMPORT
SIG · LIBHEIF
L
libheif
othercppv1.21.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.

libheif/heif.h
#include <libheif/heif.h>

Allocate and free a HEIF context

#include <libheif/heif.h> #include <stdio.h> int main() { struct heif_context *ctx = heif_context_alloc(); printf("HEIF context created\n"); heif_context_free(ctx); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.21.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

libheif — pip install libheif · libregistry