What is the difference between .pbm and .uyvy?
- Extension
- .pbm
- .uyvy
- Format
- Binary
- Binary
- Category
- Raster Image
- Video
- Developer
- Wolfgang Hoschek
- Microsoft
- Description
- 1-bit black and white image; formatted in text format; basic raster image format in which each pixel is represented by a byte that contains a 1 or 0; 1 represents black and 0 represents white pixels.
- 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-bitmap
- video/x-raw-yuv
- Sample
- sample.pbm
- sample.uyvy
- Wikipedia
- .pbm on Wikipedia