<div class="gmail_quote">On Wed, Jan 18, 2012 at 6:48 PM, Cyrille Berger Skott <span dir="ltr"><<a href="mailto:cberger@cberger.net" target="_blank">cberger@cberger.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>On Monday 16 Jan 2012, Boudewijn Rempt wrote:<br>
> > > 289191 maj filter preview broken for many filters<br>
> ><br>
> ><br>
> ><br>
> > There is a problem with all the filter that don't support threading.<br>
> > These don't support filter mask, so the preview is broken. For now I<br>
> > suggest that we turn off the preview for all non-threadable filters.<br>
><br>
> Ack<br>
</div>Actually, I talked with Dmitry about that last Saturday, he found a bug<br>
relative to that and fixed it. Which should already improved the situation.<br>
<br>
That leave two types of preview bugs:<br>
* filters that do not implement properly the neededRect function<br>
* filters that need to know the size of the image<br></blockquote></div><br>I have fixed most of those now, but there is a third type:<br>* filters that need the whole image (as in all pixels)<br><br>Examples are the autocontrast and small tiles filters.<br>
<br>