1. Home
  2. Browse
  3. libraw

libraw

v0.22.2#0Latest

raw image decoder library

Install

Run the following Vcpkg command to install the port.

vcpkg install libraw

Usage

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

Features

Dependencies

See source

Version

v0.22.2#0

Publication

Supports

!uwp & !xbox

Homepage

libraw.org

Subtree

1390a3d90e

License

LGPL-2.1-onlyorCDDL-1.0andBSD-3-Clause

Definition

Manifest