What is the difference between .bmp2 and .ico?
- Extension
- .bmp2
- .ico
- Format
- Binary
- Binary
- Category
- Raster Image
- Raster Image
- Developer
- Microsoft
- Microsoft
- Description
- A BMP2 image is an image file in the BMP (Bitmap) format that uses the BMP2 encoding method.
- 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/bmp
- image/x-icon
- Sample
- sample.bmp2
- sample.ico
- Wikipedia
- .bmp2 on Wikipedia
- .ico on Wikipedia