GNOME Bugzilla – Bug 778183
raw-load: Improve the fidelity of the decoding
Last modified: 2017-02-07 22:44:38 UTC
The output of the RAW loader is visibly different from that of similar applications like Darktable and Shotwell. The decoded pixels are also substantially different from their camera generated JPEG counterparts. Let's address this by using similar parameters as Shotwell to configure LibRaw.
Created attachment 344952 [details] A JPEG loaded with jpg-load and displayed as cairo-ARGB32
Created attachment 344953 [details] A CR2 loaded with raw-load and displayed as cairo-ARGB32 (before these patches)
Created attachment 344954 [details] A CR2 loaded with raw-load and displayed as cairo-ARGB32 (with these patches)
Created attachment 344955 [details] [review] operations/external/raw-load: Improve the fidelity of the decoding
Created attachment 344956 [details] [review] operations/external/raw-load: Switch the output format to "R'G'B' u16"
For what it is worth, I did find some buglets with the way Shotwell sets up LibRaw. See bug 778174