What is the difference between .pjpeg and .fig?
- Extension
 - .pjpeg
 - .fig
 
- Format
 - Binary
 
- Category
 - Raster Image
 - Vector Image
 
- Developer
 - JPEG
 - XFig
 
- 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.
 - This is a file used for creating line plots in the form of vector images. They include text objects, splines, forms, arcs, lines and arrows. It can contain a set of colors, images and sketches. It was initially developed for the Xfig drawing program, but today it’s used in other drawing editors.
 
- MIME Type
 - image/pjpeg
 - application/x-xfig
 
- Wikipedia
 - .pjpeg on Wikipedia
 - .fig on Wikipedia