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