Update of /cvsroot/ufraw/ufraw
In directory vz-cvs-3.sog:/tmp/cvs-serv11523

Modified Files:
        dcraw.cc 
Log Message:
Add preliminary support for the NIKON D3200.

Index: dcraw.cc
===================================================================
RCS file: /cvsroot/ufraw/ufraw/dcraw.cc,v
retrieving revision 1.261
retrieving revision 1.262
diff -u -d -r1.261 -r1.262
--- dcraw.cc    16 Mar 2012 13:30:13 -0000      1.261
+++ dcraw.cc    5 May 2012 05:00:12 -0000       1.262
@@ -7727,6 +7727,8 @@
   } else if (!strcmp(model,"D3100")) {
     width -= 28;
     left_margin = 6;
+  } else if (!strcmp(model,"D3200")) {
+    width -= 48;
   } else if (!strncmp(model,"D40",3) ||
             !strncmp(model,"D50",3) ||
             !strncmp(model,"D70",3)) {


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
ufraw-cvs mailing list
ufraw-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ufraw-cvs

Reply via email to