Update of /cvsroot/ufraw/ufraw
In directory vz-cvs-3.sog:/tmp/cvs-serv3298
Modified Files:
dcraw.cc
Log Message:
Add preliminary support for the Canon EOS 5D Mark III.
Index: dcraw.cc
===================================================================
RCS file: /cvsroot/ufraw/ufraw/dcraw.cc,v
retrieving revision 1.262
retrieving revision 1.263
diff -u -d -r1.262 -r1.263
--- dcraw.cc 5 May 2012 05:00:12 -0000 1.262
+++ dcraw.cc 15 May 2012 04:00:21 -0000 1.263
@@ -7697,6 +7697,11 @@
width = 5640;
top_margin = 20;
left_margin = 62;
+ } else if (is_canon && raw_width == 5920) {
+ height = 3870;
+ width = 5796;
+ top_margin = 80;
+ left_margin = 122;
} else if (!strcmp(model,"D1")) {
cam_mul[0] *= 256/527.0;
cam_mul[2] *= 256/317.0;
------------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/ufraw-cvs