What is the difference between .ppm and .vst?
- Extension
- .ppm
- .vst
- Format
- Text
- Binary
- Category
- Raster Image
- Raster Image
- Developer
- Jef Poskanzer
- Truevision
- Description
- A PPM file is a 24-bit color image formatted using a text format. It stores each pixel with a number from 0 to 65536, which specifies the color of the pixel. PPM files also store the image height and width, whitespace data, and the maximum color value.
- 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-pixmap
- image/x-targa
- Sample
- sample.ppm
- Wikipedia
- .ppm on Wikipedia
- .vst on Wikipedia