Skip to content

Commit

Permalink
do not provide lineae_max for Olympus XZ1
Browse files Browse the repository at this point in the history
  • Loading branch information
alextutubalin committed Jul 31, 2020
1 parent cfb66cb commit 87792af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metadata/olympus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ void LibRaw::parseOlympus_ImageProcessing(unsigned tag, unsigned type,
{
imOly.SensorCalibration[0] = getreal(type);
imOly.SensorCalibration[1] = getreal(type);
if (dng_writer == nonDNG)
if ((dng_writer == nonDNG)&& (OlyID != OlyID_XZ_1))
FORC4 imgdata.color.linear_max[c] = imOly.SensorCalibration[0];
}
else if (tag == 0x1112)
Expand Down

0 comments on commit 87792af

Please sign in to comment.