Update of /cvsroot/ufraw/ufraw
In directory vz-cvs-3.sog:/tmp/cvs-serv26621
Modified Files:
dcraw.cc
Log Message:
Add preliminary support for the SONY SLT-A77V.
Index: dcraw.cc
===================================================================
RCS file: /cvsroot/ufraw/ufraw/dcraw.cc,v
retrieving revision 1.250
retrieving revision 1.251
diff -u -d -r1.250 -r1.251
--- dcraw.cc 27 Aug 2011 09:05:47 -0000 1.250
+++ dcraw.cc 28 Aug 2011 03:30:46 -0000 1.251
@@ -6889,7 +6889,9 @@
{ "SONY SLT-A35", 128, 0, /* DJC */
{ 4504,-1495,115,-3507,9101,4407,-669,1844,6806 } },
{ "SONY SLT-A55", 128, 0,
- { 5932,-1492,-411,-4813,12285,2856,-741,1524,6739 } }
+ { 5932,-1492,-411,-4813,12285,2856,-741,1524,6739 } },
+ { "SONY SLT-A77", 128, 0,
+ { 0 } }
};
double cam_xyz[4][3];
char name[130];
@@ -8190,6 +8192,8 @@
filters = 0x61616161;
} else if (!strcmp(model,"DSLR-A350")) {
height -= 4;
+ } else if (!strncmp(model,"SLT-A77",7)) {
+ width -= 32;
} else if (!strcmp(model,"PIXL")) {
height -= top_margin = 4;
width -= left_margin = 32;
------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management
Up to 160% more powerful than alternatives and 25% more efficient.
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
ufraw-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ufraw-cvs