Update of /cvsroot/ufraw/ufraw
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv6993
Modified Files:
dcraw.cc
Log Message:
Add support for the CASIO EX-Z750.
Index: dcraw.cc
===================================================================
RCS file: /cvsroot/ufraw/ufraw/dcraw.cc,v
retrieving revision 1.204
retrieving revision 1.205
diff -u -d -r1.204 -r1.205
--- dcraw.cc 25 Nov 2009 16:15:44 -0000 1.204
+++ dcraw.cc 29 Nov 2009 12:15:18 -0000 1.205
@@ -6706,6 +6706,7 @@
{ 7753344, "CASIO", "EX-Z55" ,1 },
{ 7816704, "CASIO", "EX-Z60" ,1 },
{ 10843712, "CASIO", "EX-Z75" ,1 },
+ { 10834368, "CASIO", "EX-Z750" ,1 },
{ 12310144, "CASIO", "EX-Z850" ,1 },
{ 7426656, "CASIO", "EX-P505" ,1 },
{ 9313536, "CASIO", "EX-P600" ,1 },
@@ -7992,6 +7993,11 @@
width = 3089;
raw_width = 4672;
maximum = 0xfff;
+ } else if (!strcmp(model,"EX-Z750")) {
+ height = 2319;
+ width = 3087;
+ raw_width = 4672;
+ maximum = 0xfff;
} else if (!strcmp(model,"EX-Z850")) {
height = 2468;
width = 3279;
------------------------------------------------------------------------------
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