What is the difference between .ima and .ico?
- Extension
- .ima
- .ico
- Format
- Binary
- Binary
- Category
- Audio
- Raster Image
- Developer
- IBM
- Microsoft
- Description
- A headerless file of IMA ADPCM audio data. IMA ADPCM claims 16-bit precision packed into only 4 bits, but in fact sounds no better than .vox.
- 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
- audio/x-adpcm
- image/x-icon
- Sample
- sample.ima
- sample.ico
- Wikipedia
- .ima on Wikipedia
- .ico on Wikipedia