raw image decoder library
Run the following Vcpkg command to install the port.
vcpkg install libraw
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)
DNG lossy codec support
Build library with OpenMP support
v0.21.3#0
Oct 2, 2024
!uwp & !xbox
libraw.org
cdf98aaa24
LGPL-2.1-onlyorCDDL-1.0
Manifest