> > The best multipliers must come from the RAW files. You can do it like this:
> >
> > Convert the files using camera white balance and write ID-files (ufraw-batch
> > can do this - make sure to remove your .ufrawrc file beforehand). You will
> > then find the channel multipliers in the ID-files.
> 
> I'm not sure that works:
> http://www.rawsamples.ch/raws/canon/d30/RAW_CANON_D30_SRGB.CRW
> 
Here is the part with the multipliers from the ID-file of the linked raw file. 
I have used the attached patch to extend the number of digits to 6:

<ChannelMultipliers>1.150691 1.000000 1.514492 1.000000</ChannelMultipliers>

The command line I used was:

ufraw-batch --create-id=only RAW_CANON_D30_SRGB.CRW

Regards,
Niels Kristian

                                          
_________________________________________________________________

--- ufraw/ufraw_settings.cc~	2010-02-17 13:48:21.491073684 +0100
+++ ufraw/ufraw_settings.cc	2010-02-17 13:48:36.101094652 +0100
@@ -162,7 +162,7 @@
 class ChannelMultipliers : public UFNumberArray {
 public:
     ChannelMultipliers() : UFNumberArray(ufChannelMultipliers, 4,
-	    0.100, 99.000, 1.0, 3, 0.001, 0.001) { };
+	    0.100, 99.000, 1.0, 6, 0.001, 0.001) { };
     void Event(UFEventType type) {
 	if (type != uf_value_changed)
 	    return UFObject::Event(type);
------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
ufraw-devel mailing list
ufraw-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ufraw-devel

Reply via email to