Registry / serialization / tinyexif

tinyexif

JSON →
library1.0.4vcpkgunverified

A tiny ISO-compliant C++ EXIF and XMP parsing library for JPEG images.

vcpkg install tinyexif
INSTALL
IMPORT
SIG · TINYEXIF
T
tinyexif
serializationcppv1.0.4
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.

tinyexif.h
#include <tinyexif.h>

Parse EXIF data from a JPEG file.

#include "tinyexif.h" #include <stdio.h> int main() { const char* filename = "photo.jpg"; tinyexif::EXIFInfo info; if (tinyexif::ParseFile(info, filename) == 0) { printf("Image width: %d\n", info.ImageWidth); } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.4latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
OpenAI (training)
1
Resources

No resource links recorded.

tinyexif — pip install tinyexif · libregistry