Merge branch 'dev' of https://github.com/Beep6581/RawTherapee into dev
This commit is contained in:
@@ -1221,7 +1221,7 @@ Camera constants:
|
||||
|
||||
{ // Quality A, changes for raw crop which is wrong (larger) in dcraw
|
||||
"make_model": "Canon PowerShot S120",
|
||||
"dcraw_matrix": [ 6961, -1685, -695, -4625, 12945, 1836, -1114, 2152, 5518 ] // ColorMatrix2 using illuminant D65 from Adobe DNG Converter 12.2
|
||||
"dcraw_matrix": [ 6961, -1685, -695, -4625, 12945, 1836, -1114, 2152, 5518 ], // ColorMatrix2 using illuminant D65 from Adobe DNG Converter 12.2
|
||||
"raw_crop": [ 120, 30, 4024, 3030 ],
|
||||
"masked_areas": [ 32, 2, 3028, 80 ],
|
||||
"ranges": { "white": 4050 }
|
||||
|
@@ -99,6 +99,8 @@ RTWindow::RTWindow ()
|
||||
, bpanel (nullptr)
|
||||
, splash (nullptr)
|
||||
, btn_fullscreen (nullptr)
|
||||
, iFullscreen (nullptr)
|
||||
, iFullscreen_exit (nullptr)
|
||||
, epanel (nullptr)
|
||||
, fpanel (nullptr)
|
||||
{
|
||||
|
Reference in New Issue
Block a user