Registry / utility / libexif

libexif

JSON →
library0.6.25vcpkgunverified

a library for parsing, editing, and saving EXIF data

vcpkg install libexif
INSTALL
IMPORT
SIG · LIBEXIF
L
libexif
utilitycppv0.6.25
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.

libexif/exif-data.h
#include <libexif/exif-data.h>

Load and display EXIF data from a JPEG file

#include <libexif/exif-data.h> #include <stdio.h> int main() { ExifData *ed = exif_data_new_from_file("photo.jpg"); if (ed) { printf("EXIF data loaded\n"); exif_data_unref(ed); } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.25latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

libexif — pip install libexif · libregistry