What is the difference between .pal and .ppm?
- Extension
- .pal
- .ppm
- Format
- Binary
- Text
- Category
- Raster Image
- Raster Image
- Developer
- Microsoft
- Jef Poskanzer
- Description
- This is an image format that can be transmitted over analog broadcasting channels. It has a 16-bit structure, and it is transmitted using a three-component YUV color model. One component is responsible for brightness, and the remaining two account for differences in color.
- 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/x-yuv2
- image/x-portable-pixmap
- Sample
- sample.ppm
- Wikipedia
- .pal on Wikipedia
- .ppm on Wikipedia