On Tue, Sep 22, 2009 at 05:37:06PM +0200, Frank van Maarseveen wrote:
> On Mon, Sep 21, 2009 at 01:46:25AM -0500, Udi Fuchs wrote:
> > I applied your patch with some implementation changes.
> >
> > I still didn't enable 100% zoom. Enabling it requires the simple patch:
> >
> > diff -r1.18 ufraw_ui.h
> > 18c18
> > < #define min_scale 2
> > ---
> > > #define min_scale 1
> >
> > The progress bar didn't work for me. I think the call to
> > gtk_main_iteration() is the culprit.
> >
> > There is also a problem with the denoise preview.
>
There's also a problem with color smoothing. Though it isn't done
for shrinked images it is nice to see it working when at 100% zoom. Fix:
--- ./ufraw_preview.c.orig 2009-09-22 21:19:25.000000000 +0200
+++ ./ufraw_preview.c 2009-09-22 21:37:47.000000000 +0200
@@ -2757,7 +2757,9 @@ static void toggle_button_update(GtkTogg
start_blink(data);
switch_highlights(data);
} else {
- preview_invalidate_layer(data, ufraw_develop_phase);
+ UFRawPhase phase = data->UF->developer->doWB ?
+ ufraw_develop_phase : ufraw_first_phase;
+ preview_invalidate_layer(data, phase);
render_preview(data);
}
}
--
Frank
------------------------------------------------------------------------------
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