On po 25. května 2009, Omari Stephens wrote:
> Nth time is the charm, apparently.  Patch (against r1711) attached.
>  Doesn't seem to affect panview.
>

OK, if the fix is that simple we can add it now.

But the change below looks wrong. The color processing should be changed 
together with the pixbuf. That's why it is called from image_change_pixbuf.
With this change it is called earlier and probably affects previous image.
With delay_flip option there can be several seconds gap when the old
image is still displayed while the new one is loading.

Vladimir

> --- src/image.c (revision 1711)
> +++ src/image.c (working copy)
> @@ -837,6 +837,13 @@
>                         image_change_pixbuf(imd, pixbuf, zoom, FALSE);
>                         g_object_unref(pixbuf);
>                         }
> +               else
> +                       {
> +                       if (imd->color_profile_enable)
> +                               {
> +                               image_post_process_color(imd, 0, FALSE); /*
> TODO: error handling */ +                               }
> +                       }
>                 }
>  
>         image_update_util(imd);

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian 
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
_______________________________________________
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel

Reply via email to