Simplest way to resize an image-like array

John Ladasky ladasky at my-deja.com
Sat Oct 1 05:24:32 EDT 2011


On Sep 30, 11:54 pm, Dennis Lee Bieber <wlfr... at ix.netcom.com> wrote:

>         How difficult would it be to convert the "array" to a PIL image? I'm
> fairly certain PIL has operations to rescale images.

Yes, I considered this approach -- but I have a lot of arrays to
resample, and I didn't want to further slow what is likely to be an
already-slow process.



More information about the Python-list mailing list