librawv0.22.2
- Updated
raw image decoder library
- Project website: https://www.libraw.org
#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#License
(LGPL-2.1-only OR CDDL-1.0) AND BSD-3-Clause
#Features
No default features.
#dng-lossy
DNG lossy codec support
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (through libjpeg-turbo)
- vcpkg-cmake-config (through libjpeg-turbo)
#openmp
Build library with OpenMP support
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
#Dependencies
and one transitive dependency:
- libjpeg-turbo (through jasper)
#Host Dependencies
and 2 transitive dependencies:
- vcpkg-cmake-get-vars (through vcpkg-tool-meson)
- vcpkg-tool-meson (through lcms)
#Host Tool For
No ports use this.
#Contributors
Silvio
Alexander Karatarakis
Robert Schumacher
Felix Huang
Mikhail Paulyshka
codicodi
Sean Warren
trylle
Voskrese
LarryIII
Mateusz Łoskot
Frits Talbot
pravic
Stefano Sinigardi
Phoebe
Billy O'Neal
Jack·Boos·Yu
Cheney Wang
Zac Walker
Alexander Neumann
Kai Pastor
Chuck Walbourn
Paul-Edouard Sarlin
Frank
toge
SunBlack
#Changelog
Show 35 earlier changes
42d7dd7LibRaw: Switch from release to snapshot94c644c[libraw] Replace WIN32 with VCPKG_CMAKE_SYSTEM_NAME306d019fix linuxb08e78b[cmark][gl3w][libpopt][libraw][libssh][live555] Fixes, mostly around changing download locations.a4761aa[libraw] Bump version6a7d311[libraw] Add 'd' debug postfix26516fevcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7)b8f51a1[libraw] fix import macro, correct dependencies677db9b[libraw] depend on lcmsb5777c8[libraw] update to 0.18.28316692[libraw] update to version 0.18.0af2b0ca[libraw] Rename Module to Config to increase flexibility of install locationsab147b8[vcpkg] Remove link-time choice of thread-safe vs non-thread-safe so that dependent libraries make the right choice.1808d46triplet is now automatically included before portfiles.9246a0a[libraw] Remove bin folders in static build53cfd70[libraw] Redirect FindLibRaw.cmake to the share/libraw folderd962ccf[libraw] Update commit to the latest that has cmake module redirectiona217d1bAdd libraw port