What is the difference between .ppm and .yuv?
- Extension
- .ppm
- .yuv
- Format
- Text
- Binary
- Category
- Raster Image
- Video
- Developer
- Jef Poskanzer
- 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.
- YUV video file format is a type of file used to store video data that has been encoded using the YUV color space. The YUV color model represents images by separating the luminance (Y) component from the chrominance (U and V) components. This separation allows for efficient video compression and broadcast transmission because the human eye is more sensitive to luminance details than to color differences. YUV files are often used in video processing and editing applications, as well as in professional broadcasting.
- MIME Type
- image/x-portable-pixmap
- video/x-raw-yuv
- Sample
- sample.ppm
- sample.yuv
- Wikipedia
- .ppm on Wikipedia
- .yuv on Wikipedia