LibRaw is a library for reading RAW files obtained from digital photo cameras (CRW/CR2, DNG, NEF, RAF, and others).
LibRaw is based on the source codes of the dcraw utility, where part of drawbacks have already been eliminated and part will be fixed in future.
The users of the library are provided with API to be built into their software programs.
What's New in This Release: [ read full changelog ]
· Fixed possible buffer overrun when RawSpeed library used
· Added new C++ API Call LibRaw::recycle_datastream(), C API call libraw_recycle_datastream() and new errorcode LIBRAW_INPUT_CLOSED for unpack/unpack_thumb() calls. These new API calls may be used to free file handle (and associated file buffer) if your application will not call unpack*() on this LibRaw handle, so file may be unlocked.
· Support for Imacon Ixpress 39Mpix Multi-shot files