[Tutor] question about manipulate images!

Alan Gauld alan.gauld at btinternet.com
Mon Jan 17 12:55:10 CET 2011


"zhengqing gan" <zhengqinggan at gmail.com> 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 to understand 
exactly which transformations you need to apply which will 
require some background research on your part.

wikipedia is always a good starting point.

HTH

-- 
Alan Gauld
Author of the Learn to Program web site
http://www.alan-g.me.uk/




More information about the Tutor mailing list