.ico to PowerSDK Icon Engine 1.2 converter

by aBe pAzOs - www.hamoid.com // PowerSDK Icon Engine 1.2 by Ted Patrick

Description: This PHP program reads Windows .ico files and converts them to PowerSDK Icon Engine 1.2 ascii file format. A preview is shown in HTML. Flash shows the icon contained in the ascii string. It also serves as an example for reading .ico files from PHP. In case of multi-icon files it only reads the first one. Send your comments to my email, found at 314bits

Usage: Access www.hamoid.com/ico/?i=http://www.yourserver.com/favicon.ico to convert favicon.ico located in www.yourserver.com to the Flash Icon format. You can also download the messy source and the documentation I used here and make it run in your own web server (Warning: it's not cleaned up, I can't use any more time on this experiment :)

Sample icons

a.ico | b.ico | c.ico | d.ico | e.ico | f.ico | g.ico

Debug Info

Reading http://www.macromedia.com/favicon.ico
File Size=1150 bytes
MAIN HEADER
00000000 idReserved=0
00000002 idType=1
00000004 idCount=1
ICON HEADER
00000006 bWidth=16
00000007 bHeight=16
00000008 bColorCount=0
00000009 bReserved=0
0000000A bPlanes=1
0000000C wBitCount=32
0000000E dwBytesInRes=1128
00000012 dwImageOffset=22
BITMAPINFO HEADER
00000016 biSize=40
0000001A biWidth=16
0000001E biHeight=32
00000022 biPlanes=1
00000024 biBitCount=32
00000026 biCompression=0
0000002A biSizeImage=0
0000002E biXPelsPerMeter=2835
00000032 biYPelsPerMeter=2835
00000036 biClrUsed=0
0000003A biClrImportant=0
FSIZE 1150 = dwImageOffset 22 + biSize 40 +
XORmaskSize 1024 + ANDmaskSize 64 = 1150

0000003E RGBQUAD=0chars
0000003E XOR=1024chars
0000043E AND=64chars
FINAL POS=1150

HTML preview

                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
http://www.macromedia.com/favicon.ico, processed in 0.013 seconds

Icon Engine Code

Flash Preview

Right click and Zoom In :)

Load favicon.ico from this domain