Registry / utility / cpp-exiftool

cpp-exiftool

JSON →
library1.8.0vcpkgunverified

The C++ interface for exiftool provides the source code for a set of objects that allow C++ applications to easily leverage the full power of the exiftool application through a simple interface.

vcpkg install cpp-exiftool
INSTALL
IMPORT
SIG · CPP-EXIFTOOL
C
cpp-exiftool
utilitycppv1.8.0
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.

exiftool.h
#include <exiftool.h>

Read EXIF metadata from an image file

#include <exiftool.h> #include <iostream> int main() { ExifTool et; std::string result = et.getInfo("image.jpg"); std::cout << result << std::endl; return 0; }
Debug
Known issues
gotchaRequires the exiftool Perl script to be installed and in PATH.
fix
Install exiftool from https://exiftool.org and ensure it's accessible.
affects: *
Upgrade
Version history
1.8.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

cpp-exiftool — pip install cpp-exiftool · libregistry