Registry / serialization / libavif

libavif

JSON →
library1.4.1vcpkgunverified

Library for encoding and decoding AVIF files

vcpkg install libavif
INSTALL
IMPORT
SIG · LIBAVIF
L
libavif
serializationcppv1.4.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.

avif/avif.h
#include <avif/avif.h>

Create an AVIF image

#include <avif/avif.h> #include <iostream> int main() { avifImage *image = avifImageCreate(100, 100, 8, AVIF_PIXEL_FORMAT_YUV444); if (image) { std::cout << "Created AVIF image" << std::endl; avifImageDestroy(image); } return 0; }
Debug
Known issues
gotchaRequires linking against libavif and its dependencies (libaom, libdav1d, etc.)
fix
Ensure all dependencies are installed and linked via CMake target avif::avif
affects: *
Upgrade
Version history
1.4.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

libavif — pip install libavif · libregistry