raw image decoder library
libraw provides CMake targets:
find_package(libraw CONFIG REQUIRED)
# non-thread-safe
target_link_libraries(main PRIVATE libraw::raw)
# thread-safe
target_link_libraries(main PRIVATE libraw::raw_r)
libraw provides pkg-config modules:
# Raw image decoder library (non-thread-safe)
libraw
# Raw image decoder library (thread-safe)
libraw_r
DNG lossy codec support
Build library with OpenMP support
v0.22.2#0
!uwp & !xbox
LGPL-2.1-onlyorCDDL-1.0andBSD-3-Clause
Manifest