What is the difference between .uyvy and .ppm?
- Extension
- .uyvy
- .ppm
- Format
- Binary
- Text
- Category
- Video
- Raster Image
- Developer
- Microsoft
- Jef Poskanzer
- Description
- A digital, color-difference component video picture format identified by the FOURCC code UYVY. This format employs 4:2:2 chroma subsampling with each sample represented by 8 bits of data.
- 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-raw-yuv
- image/x-portable-pixmap
- Sample
- sample.uyvy
- sample.ppm
- Wikipedia
- .ppm on Wikipedia