libraw v0.21.3
- Created
- Updated
raw image decoder library
# 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)
# License
LGPL-2.1-only OR CDDL-1.0
# Supported Platforms
!uwp & !xbox
- ✅ linux
- ✅ osx
- ✅ windows
- ❌
uwp
# Features
No default features set.
# dng-lossy
DNG lossy codec support
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (by libjpeg-turbo )
- vcpkg-cmake-config (by libjpeg-turbo )
# openmp
Build library with OpenMP support
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
# Dependencies
and one transitive dependency:
- libjpeg-turbo (by jasper )
# Host Dependencies
No transitive dependencies.
# Dependents
- freeimage
- openimageio (feature
libraw
)
# Host Dependents
No dependents.
# 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
# Changelog
and 30 more commits:
42d7dd7
LibRaw: Switch from release to snapshot94c644c
[libraw] Replace WIN32 with VCPKG_CMAKE_SYSTEM_NAME306d019
fix linuxb08e78b
[cmark][gl3w][libpopt][libraw][libssh][live555] Fixes, mostly around changing download locations.a4761aa
[libraw] Bump version6a7d311
[libraw] Add 'd' debug postfix26516fe
vcpkg_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.1808d46
triplet 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 redirectiona217d1b
Add libraw port