iPhone icon with The Gimp
This is a script-fu for The Gimp that will help you to create icons with iPhone style. Install it in the .gimp/scripts directory of your profile, and reload The Gimp. Then run it in File / Create / Buttons / Simple iPhone icon….
This script-fu was created with the instructions on http://userlogos.org/node/6888. Here is a sample output :
Download this script : iphone-fu.zip ; or use the code below.
"Round Rectangle""Blank Ellipse"; Begin ; Create new image for web stuff ; Done "script-fu-iphone""Simple iPhone icon...""Create a simple iPhone icon""Remi Peyronnet""Remi Peyronnet""August 2009""""Top color""Bottom color""Finalize for WebClips""script-fu-iphone""<Image>/File/Create/Buttons"
WebClip iPhone icon
To create a webclip icon, you do not need to use the above method. Just provide a “raw†image, and the iPhone will provide a mask to give the iPhone look. See sample below.
To include one in your own webpage, use the code below in your head section. The image should be a 59×59 pixels png file.
<link rel="apple-touch-icon" href="/customicon.png"/>

