What is the difference between .pjpeg and .bpg?
- Extension
 - .pjpeg
 - .bpg
 
- Format
 - Binary
 - Binary
 
- Category
 - Raster Image
 - Raster Image
 
- Developer
 - JPEG
 - Fabrice Bellard
 
- 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.
 - Better Portable Graphics (BPG) image format created to replace the JPEG format; provides the same quality as JPEG images but in a smaller file size; supports lossless compression; natively supports 8 to 14 bits per channel.
 
- MIME Type
 - image/pjpeg
 - image/x-bpg
 
- Sample
 - sample.bpg
 
- Wikipedia
 - .pjpeg on Wikipedia
 - .bpg on Wikipedia