David Yan
2009-05-10 10:45:41 UTC
I want to resize an image Lanczos interpolation but I haven't found any
python module that can do so. Also, I'm not knowledgeable enough to write
one myself. What's the best way I can do this? I use PIL currently but the
resampling filters don't suit my needs (antialias is too slow, bilinear and
bicubic produce aliasing when downsampling).
python module that can do so. Also, I'm not knowledgeable enough to write
one myself. What's the best way I can do this? I use PIL currently but the
resampling filters don't suit my needs (antialias is too slow, bilinear and
bicubic produce aliasing when downsampling).