GitHub - darktable-org/rawspeed: fast raw decoding library (original) (raw)

rawspeed github actions OBS codecov oss-fuzz

RawSpeed Developer Information

What is RawSpeed?

RawSpeed…

RawSpeed does NOT

So RawSpeed is not intended to be a complete RAW file display library, but only act as the first stage decoding, delivering the RAW data to your application.

Version 2, new cameras and features

Getting Source Code

You can get access to the latest version using from here. You will need to include the “RawSpeed” and “data” folder in your own project.

CMake-based build system is provided.

Integration into LLVM LNT / Test-Suite

It is possible to natively integrate the RawSpeed into LLVM test-suite, and useLLVM LNT to do testing, benchmarking, performance tracking. For quick overview please see LLVM LNT / Test-Suite Integration

Background of RawSpeed

The main objectives were to make a very fast loader that worked for 75% of the cameras out there, and was able to decode a RAW file at close to the optimal speed. The last 25% of the cameras out there could be serviced by a more generic loader, or convert their images to DNG – which as a sidenote usually compresses better than your camera.

RawSpeed is not at the moment a separate library, so you have to include it in your project directly.

Submitting Requests and Patches

Please go to the github page and submit your (pull)requests and issues there.