What is the difference between .ppm and .uyvy?
- Extension
- .ppm
- .uyvy
- Format
- Text
- Binary
- Category
- Raster Image
- Video
- Developer
- Jef Poskanzer
- Microsoft
- 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.
- 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.
- MIME Type
- image/x-portable-pixmap
- video/x-raw-yuv
- Sample
- sample.ppm
- sample.uyvy
- Wikipedia
- .ppm on Wikipedia