What is the difference between .ppm and .avs?
- Extension
- .ppm
- .avs
- Format
- Text
- Binary
- Category
- Raster Image
- Raster Image
- Developer
- Jef Poskanzer
- Stardent
- 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.
- AVS (Application Visualization System) file is a graphics file for Stardent AVS X image visualization. It is currently available on several platforms but it was originally developed only by the Stardent computer.
- MIME Type
- image/x-portable-pixmap
- application/octet-stream
- Sample
- sample.ppm
- sample.avs
- Wikipedia
- .ppm on Wikipedia