Re: [Image-SIG] Zooming any image

2008-01-09 Thread Fredrik Lundh
Varsha purohit wrote: > In my program i have a gui where i am showing an image on the > panel. I want to implement zoom in and zoom out functions using wxpython > and PIL. I am tryin to find in PIL if there is any functionality like that. the transpose(EXTENT) method is often used for t

[Image-SIG] Zooming any image

2008-01-09 Thread Varsha purohit
Hello All, In my program i have a gui where i am showing an image on the panel. I want to implement zoom in and zoom out functions using wxpython and PIL. I am tryin to find in PIL if there is any functionality like that. Any help is appreciated. - Varsha _