All releases of LibRaw


Release Notes: 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.


Release Notes: 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.


Release Notes: This release fixes a bug in Canon 1D and 1Ds file decoding and adds the new decoder information bit DECODER_HASRAWCURVE.


Release Notes: New cameras supported: Fujifilm F600EXR, Nikon P7100, Olympus E-PL3 and E-PM1, Panasonic DMC-FZ150, Sony NEX-5N, A65, and A77. Updated color data for several cameras: Olympus E-P3, Panasonic G3 and GF3, PhaseOne H25, P40, and P65, and Sony NEX-C3, NEX-5, NEX-3, A35, and A55. Support for dark frame extraction on Sony cameras. DCB demosaicing: reserving 6 pixels instead of 3 to suppress colored image frame.


Release Notes: This version allows multiple renderings of a RAW file without calling open() and unpack() multiple times. New API calls were included: raw2image, free_image, and get_decoder_info. RAW data filtering options were removed because no-one used them. Masked pixel data are stored in the same buffer as RAW images. Cropping now works for Fujifilm RAWs. Green matching is turned off for shrunken images. New postprocessing_benchmark and multirender_test samples were included. Post-processing was sped up with OpenMP.


Release Notes: Post-processing speedup by OpenMP. New version check macros. Many bugfixes since Alpha2.


Release Notes: This release imports dcraw 9.10 (1.444). Support for new cameras has been added: ARRIRAW format, Canon SX30 IS, Leica D-LUX 5 and V-LUX2, Olympus E-P3, Panasonic G3 and GF3, and the Sony NEX-C3 and SLT-A35. Green matching is turned off if the output image is shrunken due to wavelet filtering or aberration correction.


Release Notes: Cropping now works for Fuji files instead of crashing. The bad pixels map and dark frame subtraction are turned off if cropping is enabled. Static libraries are no longer installed unless specifically selected, and samples are linked with shared libraries. OpenMP was enabled for Visual Studio 2008 SP1+, but not for VS2008-RTM.


Release Notes: The processing sequence has changed: it is possible to call the LibRaw::dcraw_process() several times with different processing options without re-opening the image. New API calls: raw2image, free_image, and get_decoder_info. RAW data filtering options are removed because no one uses it. Masked pixel data are stored in the same buffer as RAW images.


Release Notes: More general mem_image() interface was added. A new LibRaw_datastream backed with Windows memory mapped files was added. Several cosmetic cleanups were done.