macOS
brew install librawprovider-native install command
brew / rank 309
Library for reading RAW files from digital photo cameras. Version 0.22.2 via Homebrew; verified from local package data.
install
brew install librawprovider-native install command
overview
Library for reading RAW files from digital photo cameras
history
LibRaw is a RAW photo decoding library created to turn Dave Coffin's dcraw codebase into an embeddable, thread-safer library with expanded metadata and camera-format support.
The LibRaw project states that it launched in 2008 based on Dave Coffin's dcraw.c utility. Its goals were to convert dcraw into a library usable by other programs, remove global-variable style constraints, improve thread safety, import dcraw changes, and expand metadata extraction.
LibRaw's history is inseparable from dcraw. The project notes that dcraw support was reduced to a minimum in 2015 and ceased in 2018; after that, new camera and format support was handled by the LibRaw team. The rendering path inherited from dcraw remained important, while LibRaw moved contributor demosaic and post-processing experiments into separate projects when they became hard to maintain in the core library.
LibRaw was adopted broadly because camera vendors produce many undocumented or semi-documented RAW formats and applications need a maintained decoding layer. Its official documentation describes embedding in RAW converters, data analyzers, and other programs that use RAW files as input, and its supported-camera list spans phone cameras, drones, cinema cameras, DSLRs, and mirrorless systems.
Homebrew installs the library and sample utilities such as dcraw_emu, raw-identify, simple_dcraw, and postprocessing_benchmark. Developers use the API when they need to identify cameras, read RAW metadata, unpack sensor data, or feed image data to a separate conversion pipeline.
LibRaw is one of the cleaner examples of turning a famous single-file Unix utility into a library package. It matters to maintainers because many graphics applications can share one camera-support substrate instead of vendoring dcraw snapshots or maintaining format decoders independently.
security posture
library-like package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
4channels | executable | indexed executable | Discovered from the local executable index. |
dcraw_emu | executable | indexed executable | Discovered from the local executable index. |
dcraw_half | executable | indexed executable | Discovered from the local executable index. |
half_mt | executable | indexed executable | Discovered from the local executable index. |
mem_image | executable | indexed executable | Discovered from the local executable index. |
multirender_test | executable | indexed executable | Discovered from the local executable index. |
postprocessing_benchmark | executable | indexed executable | Discovered from the local executable index. |
raw-identify | executable | indexed executable | Discovered from the local executable index. |
rawtextdump | executable | indexed executable | Discovered from the local executable index. |
simple_dcraw | executable | indexed executable | Discovered from the local executable index. |
unprocessed_raw | executable | indexed executable | Discovered from the local executable index. |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:libraw |
|---|---|
| Version | 0.22.2 |
| Package manager | Homebrew |
| Homepage | https://www.libraw.org/ |
| Repository | https://github.com/LibRaw/LibRaw |
| Bottle | not recorded |
| Service | none declared |
source trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.