Open Thanatomanic opened 6 years ago
In rtengine/rawimage.cc there is a bunch of overrides for specific camera models. Instead of hardcoding them, wouldn't it make more sense to move these to camconst.json?
rtengine/rawimage.cc
camconst.json
https://github.com/Beep6581/RawTherapee/blob/dev/rtengine/rawimage.cc#L818
Most of these are already in camconst.json .. just forgot to clean up rawimage.cc .. let me some days to check again some details and then clean up ;)
In
rtengine/rawimage.cc
there is a bunch of overrides for specific camera models. Instead of hardcoding them, wouldn't it make more sense to move these tocamconst.json
?https://github.com/Beep6581/RawTherapee/blob/dev/rtengine/rawimage.cc#L818