New LibRaw snapshot (201812) just pushed to our GitHub repository .
Note: this branch diverged from old LibRaw/master, so you'll need to use forced update:
git fetch
git reset origin/master
Changes in short
Camera support (1052 total)
Canon: PowerShot A480 (CHDK hack), EOS 2000D, EOS 4000D
Eyedeas E1
FujiFilm: GFX 50R, XF10, X-T3, X-T100, DBP680
GITUP G3 DUO (16:9 mode only, use custom camera for 4:3)
Kodak PIXPRO AZ901
Leica M10-D, M10-P
Nikon D3500, Z6, Z7, P1000
LibRaw 0.18.2 released and available on both
download page and on
Github repository .
This is bugfix release, changes are:
Fixed several errors (Secunia advisory SA75000)
ACES colorspace output option included in dcraw_emu help page
Avoided possible 32-bit overflows in Sony metadata parser
Phase One flat field code called even for half-size output
LibRaw 0.18.1 released and available on download page and in Github repository .
Changes:
Camera Support: Sigma Quattro H
Fixed bug in FujiExpoMidPointShift parser
Fixed wrong black level in Sony A350
Added standard integer types for VisualStudio 2008 and earlier
LibRaw 0.18-Beta2 available at
download page .
Github repo is also updated.
Changes in short
+4 new cameras
Fixes in X-Trans compressed if compiled with OpenMP
Fixed bug in Sony SR2 files black level calculation
DNG files with BlackLevel both in vendor makernotes and BlackLevel:
BlackLevel tag always takes precedence
strlen replaced with strnlen in most cases, added local version of strnlen
ChannelBlackLevel added to canon makernotes
LibRaw 0.18-Beta1 available at download page . Github repo is also updated.
There are lot of changes, in short:
Licensing changed: no 'LibRaw Software license', please select between LGPL 2.1 and CDDL 1.0
Camera support: 78 cameras added (relative to 0.17.2)
Floating point DNG support (native, no need for DNG SDK, see below)
LibRaw can be built with Adobe DNG SDK support to decode exotic DNG formats (e.g. 8-bit DNG)
Lot of getters/setters added to C-API
Libraw compilation flags are accessible on runtime via LibRaw::capabilities() call
More metadata parsed: white balance presets, DNG colordata, vendor specific metadata
See bundled Changelog and documentation for details.
Recent comments