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

Modified Files:
        dcraw.cc ufraw_ufraw.c 
Log Message:
Small tweak to latest commit.

Index: dcraw.cc
===================================================================
RCS file: /cvsroot/ufraw/ufraw/dcraw.cc,v
retrieving revision 1.326
retrieving revision 1.327
diff -u -d -r1.326 -r1.327
--- dcraw.cc    20 Feb 2015 05:30:26 -0000      1.326
+++ dcraw.cc    21 Feb 2015 04:00:29 -0000      1.327
@@ -7241,7 +7241,7 @@
         FORC(6) xtrans_abs[5-i][5-c] = fgetc(ifp) & 3;
     } else if (tag == 0x2ff0) {
       FORC4 cam_mul[c ^ 1] = get2();
-    } else if (tag == 0x9650) {        /* FUJIFILM exposure bias */
+    } else if (tag == 0x9650) {                /* FUJIFILM exposure bias - 
NKBJ */
       fuji_dr = get2();
     } else if (tag == 0xc000) {
       c = order;

Index: ufraw_ufraw.c
===================================================================
RCS file: /cvsroot/ufraw/ufraw/ufraw_ufraw.c,v
retrieving revision 1.287
retrieving revision 1.288
diff -u -d -r1.287 -r1.288
--- ufraw_ufraw.c       20 Feb 2015 05:30:26 -0000      1.287
+++ ufraw_ufraw.c       21 Feb 2015 04:00:29 -0000      1.288
@@ -704,8 +704,7 @@
             uf->conf->ExposureNorm = (int)(1.0 * raw->rgbMax * pow(2, 
(double)raw->fuji_dr / 100));
             ufraw_message(UFRAW_SET_LOG,
                           "Exposure Normalization set to %d (%.2f EV)\n",
-                          uf->conf->ExposureNorm,
-                          fabs((float)raw->fuji_dr / 100));
+                          uf->conf->ExposureNorm, -(float)raw->fuji_dr / 100);
         }
     } else {
         uf->conf->ExposureNorm = 0;


------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk
_______________________________________________
ufraw-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ufraw-cvs

Reply via email to