What is the difference between .pjpeg and .bmp?
- Extension
 - .pjpeg
 - .bmp
 
- Format
 - Binary
 - Binary
 
- Category
 - Raster Image
 - Raster Image
 
- Developer
 - JPEG
 - Microsoft
 
- Description
 - A PJPEG file is a bitmap image created in the Progressive JPEG format (PJPEG). It contains encoded bitmap data so that the downloaded image appears progressively from a blurry picture to the final sharp image. PJPEG files may also fill alternating horizontal lines until the full picture is revealed.
 - 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/pjpeg
 - image/bmp
 
- Sample
 - sample.bmp
 
- Wikipedia
 - .pjpeg on Wikipedia
 - .bmp on Wikipedia