What is the difference between .raw and .bmp?
- Extension
 - .raw
 - .bmp
 
- Format
 - Binary
 - Binary
 
- Category
 - Camera
 - Raster Image
 
- Developer
 - Adobe
 - Microsoft
 
- Description
 - It is a RAW image file stored as captured by digital cameras CCD like Panasonic, Leica, and Casio cameras. The images can be adjusted for white balance and exposure using supporting image-editing applications.
 - 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
 - image/x-canon-cr2
 - image/bmp
 
- Sample
 - sample.raw
 - sample.bmp
 
- Wikipedia
 - .raw on Wikipedia
 - .bmp on Wikipedia