What is the difference between .dat and .ppm?
- Extension
- .dat
- .ppm
- Format
- Binary
- Text
- Category
- Video
- Raster Image
- Developer
- MPEG-1 Layer 2 Audio
- Jef Poskanzer
- Description
- MPEG stream in a RIFF container used in VideoCDs.
- 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.
- MIME Type
- video/mpeg
- image/x-portable-pixmap
- Sample
- sample.ppm
- Wikipedia
- .dat on Wikipedia
- .ppm on Wikipedia