1. Home
  2. Browse
  3. libraw

libraw

v201903#5Go to latest

raw image decoder library

Install

Run the following Vcpkg command to install the port.

vcpkg install libraw

Usage

The package libraw is compatible with built-in CMake targets:

find_package(LibRaw REQUIRED)
# For non-thread-safe version
target_compile_definitions(main PRIVATE ${LibRaw_DEFINITIONS})
target_include_directories(main PRIVATE ${LibRaw_INCLUDE_DIR})
target_link_libraries(main PRIVATE ${LibRaw_LIBRARIES})
# For thread-safe version
target_compile_definitions(main PRIVATE ${LibRaw_r_DEFINITIONS})
target_include_directories(main PRIVATE ${LibRaw_INCLUDE_DIR})
target_link_libraries(main PRIVATE ${LibRaw_r_LIBRARIES})

Dependencies

See source

Version

v201903#5

Publication

Supports

All

Homepage

libraw.org

Subtree

657d66a6cb

License

Complex license

Definition

Manifest