Update of /cvsroot/ufraw/ufraw In directory vz-cvs-3.sog:/tmp/cvs-serv23758
Modified Files: dcraw.cc Log Message: Add preliminary support for the NIKON 1 J1 and V1 plus the SONY SLT-A65 and NEX-7. Index: dcraw.cc =================================================================== RCS file: /cvsroot/ufraw/ufraw/dcraw.cc,v retrieving revision 1.253 retrieving revision 1.254 diff -u -d -r1.253 -r1.254 --- dcraw.cc 3 Sep 2011 08:05:43 -0000 1.253 +++ dcraw.cc 22 Sep 2011 03:15:30 -0000 1.254 @@ -6890,7 +6890,7 @@ { 4504,-1495,115,-3507,9101,4407,-669,1844,6806 } }, { "SONY SLT-A55", 128, 0, { 5932,-1492,-411,-4813,12285,2856,-741,1524,6739 } }, - { "SONY SLT-A77", 128, 0, + { "SONY SLT-A", 128, 0, { 0 } } }; double cam_xyz[4][3]; @@ -7704,6 +7704,8 @@ else width -= 8; } else if (!strncmp(model,"D300",4)) { width -= 32; + } else if (!strncmp(model,"1 ",2)) { + height -= 2; } else if (!strncmp(model,"COOLPIX P",9)) { load_flags = 24; filters = 0x94949494; @@ -8194,6 +8196,8 @@ } else if (!strcmp(model,"DSLR-A350")) { height -= 4; } else if (!strcmp(model,"SLT-A77V") || + !strncmp(model,"SLT-A65", 7) || + !strcmp(model,"NEX-7") || !strcmp(model,"NEX-5N")) { width -= 32; } else if (!strcmp(model,"PIXL")) { ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1 _______________________________________________ ufraw-cvs mailing list ufraw-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ufraw-cvs