Re: [Tutor] question about manipulate images!

2011-01-17 Thread Corey Richardson
On 01/17/2011 10:34 AM, zhengqing gan wrote: > 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! > > >From playing with http://wizardtoolkit.com/

Re: [Tutor] question about manipulate images!

2011-01-17 Thread Eduardo Vieira
Hi. Try to find a tutorial on the steps to achieve such effect in a graphic program. Then map it to the scrpting steps to do the same with pil, python for gimp, for inkscape or simply Imagemagick. On 2011-01-17 8:37 AM, "zhengqing gan" wrote: Hi, Thanks for the reply. But I found that there

Re: [Tutor] question about manipulate images!

2011-01-17 Thread zhengqing gan
an wrote: > >> From: zhengqing gan >> Subject: [Tutor] question about manipulate images! >> To: tutor@python.org >> Date: Sunday, January 16, 2011, 11:37 PM >> Hi, All: >>      I have a question about >> manipulating images. >>      If I have a image

Re: [Tutor] question about manipulate images!

2011-01-17 Thread Alan Gauld
"zhengqing gan" wrote I have a question about manipulating images. In Python that usually translates to use PIL... If I have a image, is there a kind of algorithm to convert it into kind of Iphone icon style? part transparent, gradient PIL can do most of that but you will need

Re: [Tutor] question about manipulate images!

2011-01-17 Thread Elwin Estle
--- On Sun, 1/16/11, zhengqing gan wrote: > From: zhengqing gan > Subject: [Tutor] question about manipulate images! > To: tutor@python.org > Date: Sunday, January 16, 2011, 11:37 PM > Hi, All: >      I have a question about > manipulating images. >      If I have

[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