New version avaliable: LibRaw: 0.7.0-Alpha2. Changelog:
Fixed bug in add_masked_borders: crash if output dimensions is already larger than raw dimensions
Fixed out of bounds in samples/unprocessed_raw.cpp for files with non-square pixels
New version avaliable: LibRaw: 0.7.0-Alpha1. Changelog:
Fixed bug in 0.7.0-a0: black frame size has not reset,
so in batch processing there is an error in black frame
size for files without black frame.
Implemented reading of black/masked pixels data for
near all cameras with masked pixels, exclding:
Canon sRAW, Leaf (MOS), Sinar 4-shot - more than one
color component in black frame (redesign of black frame
data structures required).
Fuji SuperCCD: need to design right methods of extraction
(should we rotate and resize black pixels as active ones??)
Tested for most dSLR data formats with masked pixels: 7 of 9
untested formats are from old P&S cameras.
New call LibRaw::unpack_function_name() returns unpack function name
(useful for testers only)
New identify sample parameters (useful for test-suite builders
to check test coverage):
-u - print unpack function name
-f - print masked frame size
These parameters works only for identify run without -v parameter
Imported dcraw 8.89/1.411
changes in Panasonic FZ50 files parsing
New LibRaw 0.6.6 released. Changes are:
Imported dcraw 8.89/1.411
Changes in Panasonic FZ50 files processing
Your can always download latest LibRaw version from this site's download page .
New version avaliable: LibRaw: 0.7.0-Alpha0.
'Most important release since 0.6' (or, maybe, since first public version). Althought many thinks are still 'work in progress', there is more new important features here:
New LibRaw 0.6.5 released. Changes are:
Imported dcraw 8.89/1.410
fixes in Hasselblad .fff files unpacking
fixes in Imacon files unpacking
Your can always download latest LibRaw version from this site's download page .
New LibRaw 0.6.4 released. Changes are:
Memory/file descriptor leak fixed (this bug affects only incorrect usage of library).
Your can always download latest LibRaw version from this site's download page .
New LibRaw 0.6.3 released. Changes are:
Imported updated dcraw 8.89 (RCS id 1.409 from 2008-12-11)
Nikon .NEF unpacking code slightly changed
Your can always download latest LibRaw version from this site's download page .
New LibRaw 0.6.2 released. Changes are:
Imported dcraw 8.89:
Support for new cameras: Canon G10 and 5D Mark II, Leaf AFi 7, Leica D-LUX4, Panasonic FX150 and G1, Fujifilm IS Pro
Changed color data for some cameras: Canon 50D, Nikon D90 and P6000, Panasonic LX3 and FZ28, Sony A900.
Fixed bug in Panasonic .RW2 files processing (affects only thread-safe version)
Your can always download latest LibRaw version from this site's download page .
Changes since 0.6.0:
Added new data field float LibRaw::imgdata.color.cam_xyz[4][3].
This field contains constant table (different for each camera) for
Camera RGB->XYZ conversion.
All client code should be recompiled
Your can always download latest LibRaw version from this site's download page .
LibRaw 0.6.0 considered stable. Changes from 0.6.0 Beta2
dcraw 8.88 imported
new cameras (Canon 50D, Sony A900, Nikon D90 & P6000, Panasonic LX3 FZ28). Only A900 and D90 has ready color conversion tables, RAWS from other 4 cameras may produce slightly wrong colors.
new method of black point subtraction for Canon cameras,
preliminary banding supression.
Stack memory usage lowered (some thread data moved to dynamic memo
ry)
Some patches for MSVC compatibility
Recent comments