Simplest way to resize an image-like array
John Ladasky
ladasky at my-deja.com
Sat Oct 1 05:24:32 EDT 2011
More information about the Python-list mailing list
Sat Oct 1 05:24:32 EDT 2011
- Previous message (by thread): Simplest way to resize an image-like array
- Next message (by thread): Simplest way to resize an image-like array
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message (by thread): Simplest way to resize an image-like array
- Next message (by thread): Simplest way to resize an image-like array
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list