What is the difference between .uyvy and .ico?
- Extension
- .uyvy
- .ico
- Format
- Binary
- Binary
- Category
- Video
- Raster Image
- Developer
- Microsoft
- Microsoft
- 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.
- An ICO file is an image format used to store icons for Windows programs, files, and folders. It contains two bitmaps: 1) the AND bitmap - the image mask (which determines what part of the icon is transparent) and 2) the XOR bitmap - contains the icon which is mapped onto the image mask. ICO files can be modified to create custom icons.
- MIME Type
- video/x-raw-yuv
- image/x-icon
- Sample
- sample.uyvy
- sample.ico
- Wikipedia
- .ico on Wikipedia