What is the difference between .bga and .bmp?
- Name
 - Os/2 Warp
 - Bitmap Image
 
- Extension
 - .bga
 - .bmp
 
- Format
 - Binary
 - Binary
 
- Category
 - Raster Image
 - Raster Image
 
- Developer
 - IBM
 - Microsoft
 
- Description
 - BGA files are bitmap graphic files used by OS/2 Warp, a 32-bit operating system developed by IBM. They are used to store high-resolution images and are typically used for software user interfaces.
 - 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
 - application/x-BGA
 - image/bmp
 
- Sample
 - sample.bmp
 
- Wikipedia
 - .bmp on Wikipedia