summaryrefslogtreecommitdiff
path: root/src/olympus.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/olympus.rs')
-rw-r--r--src/olympus.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/olympus.rs b/src/olympus.rs
index 2d3447c..f97a5d5 100644
--- a/src/olympus.rs
+++ b/src/olympus.rs
@@ -2,7 +2,7 @@
/*
* libopenraw - olympus.rs
*
- * Copyright (C) 2022-2023 Hubert Figuière
+ * Copyright (C) 2022-2024 Hubert Figuière
*
* This library is free software: you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
@@ -402,6 +402,7 @@ impl RawFileImpl for OrfFile {
}
_ => data,
};
+ data.set_photometric_interpretation(exif::PhotometricInterpretation::CFA);
data.set_bpc(12);
data.set_active_area(Some(Rect {
x: 0,