LibRaw 0.19.5-Release

We're happy to announce LibRaw 0.19.5 Release

Available at:

    LibRaw 0.19.5 Release changes

  • WB coefficients check was too strong, weakened
  • Fixed possible buffer underrun in modern Samsung loader

LibRaw 0.19.4 Release changes

  • CRW/metadata loop prevention code is rolled back due to ABI incompatibility. To enable, use -DLIBRAW_METADATA_LOOP_PREVENTION=1 compile flag for LibRaw and ALL APPS.

LibRaw 0.18.13 (update: was 0.18.3...0.18.12)

LibRaw 0.18.13 released and available on both download page and on Github repository.

This is bugfix release, changes are (compared to 0.18.2):

  • changed wrong fix for Canon D30 white balance
  • fixed possible stack overrun while reading zero-sized strings
  • fixed possible integer overflow
  • Secunia Advisory SA83507, credits Kasper Leigh Haabb, Secunia Research at Flexera
    • parse_qt: possible integer overflow
    • reject broken/crafted NOKIARAW files

LibRaw 0.19-Snapshot-20170812

New LibRaw snapshot (20170812) just pushed to our GitHub repository.

Changes in short

Camera support (984 total)

  • BlackMagic URSA Mini 4k, URSA Mini 4.6k, URSA Mini Pro 4.6k
  • Canon PowerShot G9 X Mark II, EOS 6D Mark II, 77D, 200D, 800D, EOS M6
  • FujiFilm X-A3, X-A10
  • GITUP GIT2P
  • Leica TL2
  • Nikon D7500
  • Olympus TG-5
  • OnePlus A5000
  • Panasonic DC-GH5, DC-ZS70 (DC-TZ90/91/92, DC-T93)
  • PARROT Bebop 2, Bebop Drone
  • Pentax KP
  • Sony A9
  • Yi M1
  • YUNEEC CGO3, CGO3P

LibRaw 0.19-Snapshot-20170212: support of Fujifilm GFX 50s compressed files

Alexey Danilchenko reverse-engineered Fujifilm compression for bayer CFA (used in GFX 50s camera) and provided his work to LibRaw (on the same basis as in X-Trans decompressor).

This decoder is distributed as a part of LibRaw library, subject to LGPL 2.1 and CDDL 1.0 licenses.

LibRaw 0.18 released

LibRaw 0.18 released and available on download page and in Github repository.

Changes (relative to 0.17)

Licensing changes:

  • there is no 'LibRaw Software License 27032010' licensing anymore (and all signed agreements have expired)
  • LibRaw now dual-licensed: LGPL 2.1 or CDDL 1.0
Camera support (+87):
  • Apple: iPad Pro, iPhone SE, iPhone 6s, iPhone 6 plus, iPhone 7, iPhone 7 plus
  • BlackMagic Micro Cinema Camera, URSA, URSA Mini

LibRaw 0.18 (current) precompiled shared libraries with extra demosaics for 3d LUT Creator

Here is LibRaw 0.18-Beta3 DLL with built-in demosaic packs for use with 3D LUT Creator: Usage:
  • Download version for your OS
  • Unzip
  • Replace 3D LUT Creator libraw.dll/dylib with unpacked one
  • Enjoy additional (GPL-licensed) demosaics

Fujifilm X-Pro2 compressed raw support

Alexey Danilchenko reverse-engineered Fujifilm X-Pro2 compressed RAW and granted LibRaw, LLC the rights to incorporate his code into the LibRaw library.

This decoder is distributed as a part of LibRaw library, subject to LGPL 2.1 and CDDL 1.0 licenses.

The code is available from our Github repository:

LibRaw 0.18-201604

Current LibRaw master branch updated in LibRaw public GitHub repository.

This version is already used in production in RawDigger and FastRawViewer, we think this version stable enough for use in production-quality software.

Changelog for this update

  • zlib library is now optional Use -DUSE_ZLIB to compile with zlib (to provide deflate DNG support)
  • libjpeg version: jpeg_mem_src() is mandatory, so use libjpeg-turbo or libjpeg 8+

LibRaw 0.18-201511

Current LibRaw master branch updated in LibRaw public GitHub repository.

This version is already used in production in RawDigger and FastRawViewer, we think this version stable enough for use in production-quality software.

Changelog for this update

  • Camera stored white balance coefficients are extracted into:
    • int imgdata.color.WBCoeffs[256][4] - array indexed by EXIF lightsource type

Pages