What is the difference between .raw and .xpm?
- Extension
- .raw
- .xpm
- Format
- Binary
- Text
- Category
- Camera
- Raster Image
- Developer
- Adobe
- X Consortium
- Description
- It is a RAW image file stored as captured by digital cameras CCD like Panasonic, Leica, and Casio cameras. The images can be adjusted for white balance and exposure using supporting image-editing applications.
- 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.
- MIME Type
- image/x-canon-cr2
- image/x-xbitmap
- Sample
- sample.raw
- sample.xpm
- Wikipedia
- .raw on Wikipedia
- .xpm on Wikipedia