What is the difference between .pbm and .vst?
- Extension
- .pbm
- .vst
- Format
- Binary
- Binary
- Category
- Raster Image
- Raster Image
- Developer
- Wolfgang Hoschek
- Truevision
- Description
- 1-bit black and white image; formatted in text format; basic raster image format in which each pixel is represented by a byte that contains a 1 or 0; 1 represents black and 0 represents white pixels.
- 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/x-portable-bitmap
- image/x-targa
- Sample
- sample.pbm
- Wikipedia
- .pbm on Wikipedia
- .vst on Wikipedia