Download List

项目描述

LibRaw is a library for reading RAW files obtained
from digital photo cameras (CRW/CR2, NEF, RAF,
DNG, and others). LibRaw is based on the source
codes of the dcraw utility, though some of the
drawbacks of dcraw have been eliminated. The users
of the library are provided with an API to be used
when writing their software programs.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2013-02-16 10:22
0.15-Beta4

11 新相机: 佳能 6 D 和 EOS M、 卡西欧前妻-ZR100、 富士 X-E1、 徕卡 D-LUX6 和 V LUX4、 尼康 P7700、 奥林巴斯 XZ-2、 松下 G5、 三星 EX2F、 索尼 RX-1。有新的 API 调用。LibRaw::is_fuji_rotated() 返回 true 的文件,并需要 'fuji_rotate()' 呼吁后处理。LibRaw::recycle_datastream() 释放文件句柄 (和关联的文件缓冲区),如果您的应用程序不会调用打开包装。
标签: Beta
11 new cameras: Canon 6D and EOS M, Casio EX-ZR100, Fujifilm X-E1, Leica D-LUX6 and V-LUX4, Nikon P7700, Olympus XZ-2, Panasonic G5, Samsung EX2F, Sony RX-1. There are new API calls. LibRaw::is_fuji_rotated() returns true for files, and needs a 'fuji_rotate()' call on postprocessing.
LibRaw::recycle_datastream() frees the file handle (and associated file buffer) if your application will not call unpack.

2012-12-05 07:25
0.15-Beta2

支持 50 + 新相机,包括富士 X-Pro1 和新西格玛/Foveon 照相机。RawSpeed 库可以用于解码 (2-3 倍速度更快) 的原始数据。塔内件 ; 很多的变化源代码级别的 0.14 分支与兼容。
标签: Beta
50+ new cameras are supported, including Fuji X-Pro1 and new Sigma/Foveon cameras. The RawSpeed library can be used for raw data decoding (2-3x faster).
Many changes in internals; source level compatible with the 0.14 branch.

2012-06-28 10:45
0.14.8

此版本支持新相机: 佳能 5d 马克三、 G1 X、 1 D X,和 Powershot SX200、 尼康 D4、 D800/D800E 和 D3200、 富士 X-S1 和 HS30EXR、 卡西欧前妻-Z8、 奥林巴斯 E-M5、 松下 GF5、 索尼 NEX F3、 SLT A37,和 SLT-A57 和三星 NX20 和 NX210。此外,它还支持三星 NX200 固件更新。
标签: Release
This release supports new cameras: Canon 5D Mark III, G1 X, 1D X, and Powershot SX200, Nikon D4, D800/D800E, and D3200, Fuji X-S1 and HS30EXR, Casio EX-Z8, Olympus E-M5, Panasonic GF5, Sony NEX-F3, SLT-A37, and SLT-A57, and Samsung NX20 and NX210. It also supports updated Samsung NX200 firmware.

2012-04-05 06:00
0.14.6

卡西欧前 Z500 的支持。在打开文件处理的 I/O 异常被捕获。可能读取-后缓冲区索尼 ARW2 解码器中被固定。mingw32 LibRaw_windows_datastream 进行编译时的错误被固定。Makefile.msvc: 支持 OpenMP 和 LCM (取消注释使用)。修复了一些叶 Aptus II 文件的解码。
标签: Release
Casio EX-Z500 support. I/O exceptions handling on file open are caught. A possible read-after-buffer in the Sony ARW2 decoder is fixed. mingw32 errors when compiling LibRaw_windows_datastream are fixed. Makefile.msvc: support for OpenMP and LCMS (uncomment to use). Fixes for decoding of some Leaf Aptus II files.

2011-10-27 06:07
0.14.3

黑色级别减法飞思文件的代码中的错误修正。新的 API 调用 LibRaw::get_internal_data_pointer() 的开发人员需要 libraw_internal_data 字段 (即富士 SuperCCD 布局) 的访问。Doc/API--概述修复以反映 0.14 的变化。
标签: Release
Bugfixes in black level subtraction code for PhaseOne files. A new API call LibRaw::get_internal_data_pointer() for developers who need access to libraw_internal_data fields (i.e. Fuji SuperCCD layout). Doc/API-overview fixes to reflect 0.14 changes.

Project Resources