What is the difference between .sun and .ico?
- Extension
- .sun
- .ico
- Format
- Binary
- Binary
- Category
- Raster Image
- Raster Image
- Developer
- Sun Microsystems
- Microsoft
- Description
- Bitmap image generated by a Sun Microsystems workstation; native graphic format used by the Sun Unix operating system; uses a standard image format that can be read by several graphics programs.
- An ICO file is an image format used to store icons for Windows programs, files, and folders. It contains two bitmaps: 1) the AND bitmap - the image mask (which determines what part of the icon is transparent) and 2) the XOR bitmap - contains the icon which is mapped onto the image mask. ICO files can be modified to create custom icons.
- MIME Type
- image/x-sun-raster
- image/x-icon
- Sample
- sample.sun
- sample.ico
- Wikipedia
- .sun on Wikipedia
- .ico on Wikipedia