> Here's take two. The white balancing has been removed from > dcraw_finalize_interpolate(), together with the hack to compensate > for that again. This consolidates the path for WB because > dcraw_finalize_shrink() doesn't do that either.
White balance has to be applied before interpolation, otherwise you get interpolation artifacts. A compromise for the preview could be to apply WB once in create_base_image() and then apply changes in WB relative to the original one. Of course this would only make the WB logic more complicated. For now, disabling WB during 100% zoom would be enough. Another issue is that changing to 100% zoom freezes the UI for a few seconds, it can be around 20 seconds on older machines. A progress bar might be needed. Udi ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ ufraw-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ufraw-devel
