Update of /cvsroot/ufraw/ufraw
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv30699

Modified Files:
      Tag: dcraw-original-branch
        dcraw.cc 
Log Message:
dcraw original 9.18 (1.455).

Index: dcraw.cc
===================================================================
RCS file: /cvsroot/ufraw/ufraw/dcraw.cc,v
retrieving revision 1.1.2.125
retrieving revision 1.1.2.126
diff -u -d -r1.1.2.125 -r1.1.2.126
--- dcraw.cc    24 Dec 2012 02:05:34 -0000      1.1.2.125
+++ dcraw.cc    1 Jun 2013 18:15:09 -0000       1.1.2.126
@@ -1,6 +1,6 @@
 /*
    dcraw.c -- Dave Coffin's raw photo decoder
-   Copyright 1997-2012 by Dave Coffin, dcoffin a cybercom o net
+   Copyright 1997-2013 by Dave Coffin, dcoffin a cybercom o net
 
    This is a command-line ANSI C program to convert raw photos from
    any digital camera on any computer running any operating system.
@@ -23,7 +23,7 @@
    $Date$
  */
 
[...3282 lines suppressed...]
       crop_masked_pixels();
       free (raw_image);
@@ -9496,11 +9338,14 @@
     if (filters && !document_mode) {
       if (quality == 0)
        lin_interpolate();
-      else if (quality == 1 || colors > 3 || filters < 1000)
+      else if (quality == 1 || colors > 3)
        vng_interpolate();
-      else if (quality == 2)
+      else if (quality == 2 && filters > 1000)
        ppg_interpolate();
-      else ahd_interpolate();
+      else if (filters == 9)
+       xtrans_interpolate (quality*2-3);
+      else
+       ahd_interpolate();
     }
     if (mix_green)
       for (colors=3, i=0; i < height*width; i++)


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
_______________________________________________
ufraw-cvs mailing list
ufraw-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ufraw-cvs

Reply via email to