What is the difference between .xpm and .uyvy?
- Extension
- .xpm
- .uyvy
- Format
- Text
- Binary
- Category
- Raster Image
- Video
- Developer
- X Consortium
- Microsoft
- Description
- The XPM (X11 Pixmap Graphic) file format is a plain text file format used to store pixmap images, which are pixel-based graphics. It is designed for use with the X Window System, commonly used in Unix and Linux environments. XPM files define images in a structured format, using ASCII text to describe each pixel's color and location within the image. This format supports both monochrome and color images and allows for the definition of custom color palettes.
- 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-xbitmap
- video/x-raw-yuv
- Sample
- sample.xpm
- sample.uyvy
- Wikipedia
- .xpm on Wikipedia