What is the difference between .xc and .ico?
- Extension
- .xc
- .ico
- Format
- Binary
- Binary
- Category
- Raster Image
- Raster Image
- Developer
- X Consortium
- Microsoft
- Description
- This file format is used as a canvas (background) in a variety of image editing software in order to set the main color of the image. It is used to fill the canvas with one solid color. It belongs to the group of 'pseudo-image' file formats. It can be used for the fill color, which is chosen from the selected area in a particular image.
- 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-xc
- image/x-icon
- Sample
- sample.ico
- Wikipedia
- .ico on Wikipedia