What is the difference between .uyvy and .xbm?
- Extension
- .uyvy
- .xbm
- Format
- Binary
- Text
- Category
- Video
- Raster Image
- Developer
- Microsoft
- The X Consortium
- 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.
- Bitmap image used by the X Window System (X11), a graphical user interface (GUI) used to manage networked client-server computers; stores a monochrome image that is written as plain text in the C programming language.
- MIME Type
- video/x-raw-yuv
- image/x-xbitmap
- Sample
- sample.uyvy
- sample.xbm
- Wikipedia
- .xbm on Wikipedia