Registry / other / libraw

libraw

JSON →
library0.22.0vcpkgunverified

raw image decoder library

vcpkg install libraw
INSTALL
IMPORT
SIG · LIBRAW
L
libraw
othercppv0.22.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.

libraw/libraw.h
#include <libraw/libraw.h>

Open a raw image file

#include <libraw/libraw.h> #include <iostream> int main() { LibRaw raw; int ret = raw.open_file("image.raw"); if (ret == LIBRAW_SUCCESS) { std::cout << "Image opened successfully" << std::endl; raw.recycle(); } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.22.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

libraw — pip install libraw · libregistry