Update of /cvsroot/ufraw/ufraw
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv3387
Modified Files:
dcraw.cc
Log Message:
Fix DNG files from the PENTAX K-x.
Index: dcraw.cc
===================================================================
RCS file: /cvsroot/ufraw/ufraw/dcraw.cc,v
retrieving revision 1.228
retrieving revision 1.229
diff -u -d -r1.228 -r1.229
--- dcraw.cc 7 Sep 2010 04:15:13 -0000 1.228
+++ dcraw.cc 19 Sep 2010 04:45:13 -0000 1.229
@@ -6964,6 +6964,8 @@
}
if (height == 2624 && width == 3936) /* Pentax K10D and Samsung GX10 */
{ height = 2616; width = 3896; }
+ if (height == 2868 && width == 4352) /* Pentax K-x */
+ width = 4308;
if (height == 3136 && width == 4864) /* Pentax K20D */
{ height = 3124; width = 4688; }
if (height == 3136 && width == 4736) /* Pentax K-7 */
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
ufraw-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ufraw-cvs