What is the difference between .hdr and .xpm?
- Extension
- .hdr
- .xpm
- Format
- Binary
- Text
- Category
- Raster Image
- Raster Image
- Developer
- HDRsoft
- X Consortium
- Description
- Raster image or digital photo saved in HDRsoft's High Dynamic Range (HDR) image format; used for enhancing the color and brightness range of a digital image; can be processed to fix dark shadows or washed out areas of a picture.
- 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/vnd.radiance
- image/x-xbitmap
- Sample
- sample.hdr
- sample.xpm
- Wikipedia
- .hdr on Wikipedia
- .xpm on Wikipedia