What is the difference between .ima and .bmp?
- Extension
- .ima
- .bmp
- 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.
- A BMP file is an uncompressed raster image comprised of a rectangular grid of pixels. It contains a file header (bitmap identifier, file size, width, height, color options, and bitmap data starting point) and bitmap pixels, each with a different color.
- MIME Type
- audio/x-adpcm
- image/bmp
- Sample
- sample.ima
- sample.bmp
- Wikipedia
- .ima on Wikipedia
- .bmp on Wikipedia