"zhengqing gan" <zhengqing...@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/


_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to