What is the difference between .cr2 and .xpm?
- Extension
- .cr2
- .xpm
- Format
- Binary
- Text
- Category
- Camera
- Raster Image
- Developer
- Canon
- X Consortium
- Description
- A CR2 file is a raw camera image created by Canon digital cameras. It stores uncompressed image data exactly how it was captured by the CCD. CR2 files can be adjusted for white balance and exposure using several image-editing software programs, including the software bundled with Canon digital camera purchases.
- 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.cr2
- sample.xpm
- Wikipedia
- .cr2 on Wikipedia
- .xpm on Wikipedia