Re: PIL bug: Antialias.c bicubic filter error

Xavier Ho <[email protected]>
Newsgroups gmane.comp.python.image
Message-ID <[email protected]>
On Sun, May 9, 2010 at 11:47 AM, David <[email protected]> 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

_______________________________________________
Image-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/image-sig
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.