summaryrefslogtreecommitdiff
path: root/tools/ordiag.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ordiag.cpp')
-rw-r--r--tools/ordiag.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/ordiag.cpp b/tools/ordiag.cpp
index 1caa640..d566c46 100644
--- a/tools/ordiag.cpp
+++ b/tools/ordiag.cpp
@@ -200,6 +200,10 @@ public:
% rd.x() % rd.y();
m_out << boost::format("\t\tBayer Type: %1%\n")
% cfaPatternToString(rd.cfaPattern());
+ m_out << boost::format("\t\tBits per channel: %1%\n")
+ % rd.bpc();
+ m_out << boost::format("\t\tValues: min = %1% max = %2%\n")
+ % rd.min() % rd.max();
}
else {
m_out << boost::format("\tNo Raw Data found! (error = %1%)\n")