I'm using LibRaw 0.19.2.
I've this pink/purple color cast issue on just one ARW file taken with the Sony A7III. All the other files from the same camera so far looked fine.
But when I open this problematic file with FastRawViewer or other RAW converters, the colors look fine.
So why am I getting this color cast on this one file?
A7-III is not supported in
A7-III is not supported in LibRaw 0.19
You may consider master (development) branch: https://github.com/LibRaw/LibRaw/
-- Alex Tutubalin @LibRaw LLC
How reliable is the master
Sorry for the silly question: how reliable is the master (development) branch?
Kuro
We publish master branch
We publish master branch twice a year from our internal repository to github. Publushed version is tested in our end-user software (FastRawViewer, RawDigger), so 'decoder part' usually is reliable (and we do not change postprocessing part much for years, because dcraw_process() is only a sample)
-- Alex Tutubalin @LibRaw LLC
And followup: it is hard to
And followup: it is hard to answer some raw-related questions without file samples.
-- Alex Tutubalin @LibRaw LLC
Here is the file:
Here is the file:
https://www.dropbox.com/s/rzb3qrjwafayvlz/DSC06132.ARW.zip?dl=0
Kuro
I do not see any problems
I do not see any problems with LibRaw 0.19.2 and this file (tested with dcraw_emu [-w] from 0.19.2/Windows-64 binary)
-- Alex Tutubalin @LibRaw LLC
Below is the code I used for
Below is the code I used for processing that Sory A73 ARW file with the pink/purple cast.
Am I doing something wrong?
Kuro
Could not reproduce with
Could not reproduce with dcraw_emu.exe -h -T -w -aexpo 2.3 0 -W
Will try to reproduce on Mac, although it should not be platform specific
-- Alex Tutubalin @LibRaw LLC
I just compiled the master
I just compiled the master branch, there is no pink/purple cast on that ARW file.
I guess something must be different in handling ARW files between these two branches?
Edit:
If the ARW file is decoded in full resolution, the pink/purple cast is still there. It is only when decoded in half size combined with the master branch, then the image looks fine.
Kuro