Registry / other / tinyexr

tinyexr

JSON →
library1.0.13vcpkgunverified

Library to load and save OpenEXR (.exr) images.

vcpkg install tinyexr
INSTALL
IMPORT
SIG · TINYEXR
T
tinyexr
othercppv1.0.13
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.

tinyexr.h
#include <tinyexr.h>

Parse EXR version from a file.

#define TINYEXR_IMPLEMENTATION #include <tinyexr.h> int main() { const char* err = nullptr; EXRVersion version; int ret = ParseEXRVersionFromFile(&version, "image.exr"); if (ret != TINYEXR_SUCCESS) { return 1; } return 0; }
Debug
Known issues
gotchaYou must define TINYEXR_IMPLEMENTATION exactly once in one source file before including tinyexr.h.
fix
Add #define TINYEXR_IMPLEMENTATION in exactly one .cpp file before the include.
affects: *
Upgrade
Version history
1.0.13latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources

No resource links recorded.

tinyexr — pip install tinyexr · libregistry