We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d920b3 commit f4e989eCopy full SHA for f4e989e
src/common/exif.cc
@@ -87,6 +87,9 @@ using namespace std;
87
// For these models we can't calculate the correct crop factor or, for some we could, but we
88
// prefer to take it from here, rather than complicate the calculation code with exceptions
89
static const struct dt_model_cropfactor dt_cropfactors[] = {
90
+ {.model = "Canon EOS 5D Mark IV", // tags contain incorrect data, so formula gives us incorrect result
91
+ .cropfactor = 1.0f
92
+ },
93
{.model = "FinePix SL1000", // exiv2 doesn't yet read the tags we need to calculate correctly
94
.cropfactor = 5.6f
95
},
0 commit comments