What is the difference between .2bp and .ico?
- Extension
- .2bp
- .ico
- Format
- Binary
- Binary
- Category
- Raster Image
- Raster Image
- Developer
- Microsoft
- Microsoft
- Description
- 2BP is a bitmap image file format used on Pocket PC devices. It is used for storing bitmap images on the device, and can be opened and edited with a wide range of graphics software. 2BP files can store images in either 256 or 16 million colours, and can be compressed for smaller file.
- 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-ms-bmp
- image/x-icon
- Sample
- sample.ico
- Wikipedia
- .ico on Wikipedia