Skip to content

Commit

Permalink
raw_crop alternatives for X-T2, X-T20 and X-E3
Browse files Browse the repository at this point in the history
  • Loading branch information
heckflosse committed Feb 28, 2019
1 parent 98e69b0 commit 76644cc
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions rtengine/camconst.json
Original file line number Diff line number Diff line change
Expand Up @@ -1305,12 +1305,6 @@ Camera constants:
"ranges": { "white": 16100 }
},

{ // Quality B
"make_model": "FUJIFILM X-E3",
"dcraw_matrix": [ 11434,-4948,-1210,-3746,12042,1903,-666,1479,5235 ], // DNG v10 D65
"ranges": { "white": 16100 }
},

{ // Quality B
"make_model": "FUJIFILM X-PRO1",
"dcraw_matrix": [ 10413,-3996,-993,-3721,11640,2361,-733,1540,6011 ], // DNG_v9.4 D65
Expand All @@ -1325,9 +1319,11 @@ Camera constants:
},

{ // Quality B
"make_model": [ "FUJIFILM X-T2", "FUJIFILM X-T20" ],
"make_model": [ "FUJIFILM X-T2", "FUJIFILM X-T20", "FUJIFILM X-E3" ],
"dcraw_matrix": [ 11434,-4948,-1210,-3746,12042,1903,-666,1479,5235 ], // DNG_v9.4 D65
"raw_crop": [ 0, 5, 6032, 4032 ], // full raw 6160,4032, Usable 6032,4032 - experimental crop
"raw_crop": [ 0, 5, 6032, 4032 ], // full raw 6160,4032, Usable 6032,4032 - for lossless compressed files
// "raw_crop": [ 0, 0, 6032, 4032 ], // full raw 6160,4032, Usable 6032,4032 - for uncompressed files
// "raw_crop": [ 0, 5, 6032, 4027 ], // full raw 6160,4032, Usable 6032,4032 - for uncompressed and lossless compressed files (but reduces height by 5 pixels)
"ranges": { "white": 16100 }
},

Expand Down

0 comments on commit 76644cc

Please sign in to comment.