[Image-SIG] PIL bug: Antialias.c bicubic filter error

Xavier Ho contact at xavierho.com
Sun May 9 04:03:48 CEST 2010


On Sun, May 9, 2010 at 11:47 AM, David <erwin94 at gmx.net> wrote:

>        return (((a * x) - 5*a) * x + 8*a) * x - 4*a;
>

Hello David,
I just factored out from your patch, as a comment to your post.

((x - 5) * x + 8) * a * x - 4*a;

Cheers,
Xav
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/image-sig/attachments/20100509/a8929bf8/attachment.html>


More information about the Image-SIG mailing list