diff --git a/rtdata/iccprofiles/Nikon D7000.icc b/rtdata/iccprofiles/Nikon D7000.icc new file mode 100644 index 000000000..14ba843c4 Binary files /dev/null and b/rtdata/iccprofiles/Nikon D7000.icc differ diff --git a/rtengine/dcraw.cc b/rtengine/dcraw.cc index 765400d95..ae8ade831 100644 --- a/rtengine/dcraw.cc +++ b/rtengine/dcraw.cc @@ -6521,8 +6521,8 @@ void CLASS adobe_coeff (const char *make, const char *model) { 7732,-2422,-789,-8238,15884,2498,-859,783,7330 } }, { "NIKON D60", 0, 0, { 8736,-2458,-935,-9075,16894,2251,-1354,1242,8263 } }, - { "NIKON D7000", 0, 0, - { 8198,-2239,-724,-4871,12389,2798,-1043,2050,7181 } }, + { "NIKON D7000", 0, 0, /* RT - Tanveer(tsk1979) */ + { 7530,-1942,-255,-4318,11390,3362,-926,1694,7649 } }, { "NIKON D700", 0, 0, /* RT */ { 8364,-2503,-352,-6307,14026,2492,-1134,1512,8156 } }, { "NIKON D70", 0, 0, diff --git a/rtengine/dcraw.patch b/rtengine/dcraw.patch index 46cc0929e..ea434264b 100644 --- a/rtengine/dcraw.patch +++ b/rtengine/dcraw.patch @@ -1,5 +1,5 @@ --- C:/GCC/RT/RTSrc/rtengine/dcraw.c Sun Oct 09 18:44:03 2011 -+++ C:/GCC/RT/RTSrc/rtengine/dcraw.cc Tue Oct 11 19:52:42 2011 ++++ C:/GCC/RT/RTSrc/rtengine/dcraw.cc Sun Oct 16 11:36:24 2011 @@ -1,6 +1,17 @@ +/*RT*/#include +/*RT*/#include @@ -393,12 +393,16 @@ { "NIKON D3", 0, 0, { 8139,-2171,-663,-8747,16541,2295,-1925,2008,8093 } }, { "NIKON D40X", 0, 0, -@@ -6502,8 +6523,8 @@ +@@ -6500,10 +6521,10 @@ + { 7732,-2422,-789,-8238,15884,2498,-859,783,7330 } }, + { "NIKON D60", 0, 0, { 8736,-2458,-935,-9075,16894,2251,-1354,1242,8263 } }, - { "NIKON D7000", 0, 0, - { 8198,-2239,-724,-4871,12389,2798,-1043,2050,7181 } }, +- { "NIKON D7000", 0, 0, +- { 8198,-2239,-724,-4871,12389,2798,-1043,2050,7181 } }, - { "NIKON D700", 0, 0, - { 8139,-2171,-663,-8747,16541,2295,-1925,2008,8093 } }, ++ { "NIKON D7000", 0, 0, /* RT - Tanveer(tsk1979) */ ++ { 7530,-1942,-255,-4318,11390,3362,-926,1694,7649 } }, + { "NIKON D700", 0, 0, /* RT */ + { 8364,-2503,-352,-6307,14026,2492,-1134,1512,8156 } }, { "NIKON D70", 0, 0,