Re: [Tutor] question about manipulate images!

2011-01-17 Thread zhengqing gan
Hi, Thanks for the reply. But I found that there are some website which can convert images into iphone icon style images, there should be an kind of algorithm to manipulate. Thanks! On Mon, Jan 17, 2011 at 3:33 AM, Elwin Estle wrote: > > > --- On Sun, 1/16/11, zhengqing g

[Tutor] question about manipulate images!

2011-01-16 Thread zhengqing gan
Hi, All: I have a question about manipulating images. If I have a image, is there a kind of algorithm to convert it into kind of Iphone icon style? part transparent, gradient Thanks! ___ Tutor maillist - Tutor@python.org To unsubscrib

Re: [Tutor] Closing a matplotlib window after show()

2010-02-09 Thread zhengqing gan
Hi, recently I have the same problem with Matplotlib. I wrote a wxpython program which can plot a graph when click a button. When I click the button first time, I got the plot correct, but when I closed the figure, and clicked the button again, the code crashed. I have to reopen the pro