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

Modified Files:
        dcraw_api.cc 
Log Message:
Fix bug #382: Add color smoothing for the FUJIFILM X-Trans sensors. Thanks goes 
to Frank Markesteijn for the idea.

Index: dcraw_api.cc
===================================================================
RCS file: /cvsroot/ufraw/ufraw/dcraw_api.cc,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -d -r1.97 -r1.98
--- dcraw_api.cc        25 Aug 2014 13:00:18 -0000      1.97
+++ dcraw_api.cc        25 Aug 2014 13:30:06 -0000      1.98
@@ -775,7 +775,7 @@
         else if (interpolation == dcraw_xtrans_interpolation) {
             xtrans_interpolate_INDI(f->image, h->filters, f->width, f->height,
                                     h->colors, h->rgb_cam, d, h, 3);
-            smoothing = 0;
+            smoothPasses = 3;
         } else if (interpolation == dcraw_ahd_interpolation) {
             ahd_interpolate_INDI(f->image, ff, f->width, f->height, cl,
                                  h->rgb_cam, d, h);


------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
ufraw-cvs mailing list
ufraw-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ufraw-cvs

Reply via email to