How to resize and draw an image using wxpython?

Posted by aF on Stack Overflow See other posts from Stack Overflow or by aF
Published on 2010-03-23T22:41:50Z Indexed on 2010/03/23 22:43 UTC
Read the original article Hit count: 99

Filed under:
|
|
|
|

Hello,

I want to load an image, resize it to a given size and after draw it in a specific position in a panel.

All this using wxpython.

How can I do it?

Thanks in advance!

© Stack Overflow or respective owner

Related posts about python

Related posts about wxpython