Update of /cvsroot/ufraw/ufraw
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28782
Modified Files:
dcraw.cc
Log Message:
Add preliminary support for the NIKON D300S.
Index: dcraw.cc
===================================================================
RCS file: /cvsroot/ufraw/ufraw/dcraw.cc,v
retrieving revision 1.188
retrieving revision 1.189
diff -u -d -r1.188 -r1.189
--- dcraw.cc 30 Aug 2009 15:55:45 -0000 1.188
+++ dcraw.cc 31 Aug 2009 12:00:18 -0000 1.189
@@ -6330,6 +6330,8 @@
{ 10231,-2769,-1255,-8301,15900,2552,-797,680,7148 } },
{ "NIKON D3000", 0, 0,
{ 8736,-2458,-935,-9075,16894,2251,-1354,1242,8263 } },
+ { "NIKON D300S", 0, 0, /* copied */
+ { 9030,-1992,-715,-8465,16302,2255,-2689,3217,8069 } },
{ "NIKON D300", 0, 0,
{ 9030,-1992,-715,-8465,16302,2255,-2689,3217,8069 } },
{ "NIKON D3X", 0, 0,
@@ -7203,7 +7205,8 @@
} else if (!strncmp(model,"D2X",3)) {
if (width == 3264) width -= 32;
else width -= 8;
- } else if (!strcmp(model,"D300")) {
+ } else if (!strcmp(model,"D300") ||
+ !strcmp(model,"D300S")) {
width -= 32;
} else if (!strcmp(model,"COOLPIX P6000")) {
load_flags = 24;
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
ufraw-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ufraw-cvs