What is the difference between .pbm and .ico?
- Extension
- .pbm
- .ico
- Format
- Binary
- Binary
- Category
- Raster Image
- Raster Image
- Developer
- Wolfgang Hoschek
- Microsoft
- Description
- 1-bit black and white image; formatted in text format; basic raster image format in which each pixel is represented by a byte that contains a 1 or 0; 1 represents black and 0 represents white pixels.
- 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-portable-bitmap
- image/x-icon
- Sample
- sample.pbm
- sample.ico
- Wikipedia
- .pbm on Wikipedia
- .ico on Wikipedia