From 7134f36cda406d70b424a3c52a329cf963388758 Mon Sep 17 00:00:00 2001 From: heckflosse Date: Sat, 18 Mar 2017 17:37:54 +0100 Subject: [PATCH] Add new high ISO values for Pentax KP --- rtexif/pentaxattribs.cc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/rtexif/pentaxattribs.cc b/rtexif/pentaxattribs.cc index 13dca86b1..e18be36cd 100644 --- a/rtexif/pentaxattribs.cc +++ b/rtexif/pentaxattribs.cc @@ -372,6 +372,12 @@ public: choices[37] = "128000"; choices[38] = "160000"; choices[39] = "204800"; + choices[40] = "256000"; + choices[41] = "320000"; + choices[42] = "409600"; + choices[43] = "512000"; + choices[44] = "640000"; + choices[45] = "819200"; choices[50] = "50"; choices[100] = "100"; choices[200] = "200";