What is the difference between .pjpg and .vst?
- Extension
 - .pjpg
 - .vst
 
- Format
 - Binary
 - Binary
 
- Category
 - Raster Image
 - Raster Image
 
- Developer
 - JPEG
 - Truevision
 
- 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.
 - Raster image based on the Targa Truevision format; can store data up to 32 bits per pixel, with 24 bits for the RGB information and 8 bits for the alpha channel; may also incorporate lossless RLE compression to reduce the file size.
 
- MIME Type
 - image/pjpeg
 - image/x-targa
 
- Wikipedia
 - .pjpg on Wikipedia
 - .vst on Wikipedia