Add new comment

LibRaw's goal is to read RAW

LibRaw's goal is to read RAW data and metadata, as explained on this site 1st page: https://www.libraw.org/

Postprocessing is indeed imported from dcraw, there is no other postprocessing in LibRaw.
If one want to process RAW data in own code: LibRaw::open_file()/unpack() is enough for that.

-- Alex Tutubalin @LibRaw LLC