1. Home
  2. Browse
  3. libraw

libraw

v201903#10Go 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})

Features

Dependencies

See source

Version

v201903#10

Publication

Supports

!uwp

Homepage

libraw.org

Subtree

162a88fa44

License

Complex license

Definition

Manifest