What is the difference between .pjpeg and .svg?
- Extension
 - .pjpeg
 - .svg
 
- Format
 - Binary
 - Text
 
- Category
 - Raster Image
 - Vector Image
 
- Developer
 - JPEG
 - Adobe Systems
 
- 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.
 - An SVG file is a graphics file that uses a two-dimensional vector graphic format created by the World Wide Web Consortium (W3C). It describes images using a text format that is based on XML. SVG files are developed as a standard format for displaying vector graphics on the web.
 
- MIME Type
 - image/pjpeg
 - image/svg+xml
 
- Sample
 - sample.svg
 
- Wikipedia
 - .pjpeg on Wikipedia
 - .svg on Wikipedia