What is Windows Icon?
In Windows operational systems, an icon is presented as a graphics file with the “.ico” extension. As a matter of fact, it contains sets of bitmapped images, which has various sizes and values of color depth. There are four sizes used for this: 48×48, 32×32, 24×24, and 16×16. Each Windows XP icon must contain three sets of all aforementioned sizes with the following color depth: • 24-bit with 8-bit alpha channel (32-bit); • 8-bit (256 colors) with 1-bit transparency; • 4-bit (16 colors) with 1-bit transparency; By the example of the “My Pictures” system folder, the following table shows, what each icon should consist of: Windows XP supports True Color 32-bit icon, in which 24 bits are allocated for color, and 8 bits are for alpha-channel. Such format allows the system to display icons with smooth edges and mix semitransparent zones with any backgrounds during drawing. The previous versions of Windows (such as Windows 95, Windows 98, Windows ME, Windows NT, and Windows 2000) support onl