What is the difference between .pjpeg and .xbm?
- Extension
 - .pjpeg
 - .xbm
 
- Format
 - Binary
 - Text
 
- Category
 - Raster Image
 - Raster Image
 
- Developer
 - JPEG
 - The X Consortium
 
- 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.
 - Bitmap image used by the X Window System (X11), a graphical user interface (GUI) used to manage networked client-server computers; stores a monochrome image that is written as plain text in the C programming language.
 
- MIME Type
 - image/pjpeg
 - image/x-xbitmap
 
- Sample
 - sample.xbm
 
- Wikipedia
 - .pjpeg on Wikipedia
 - .xbm on Wikipedia