What is the difference between .xpm and .brf?
- Extension
- .xpm
- .brf
- Format
- Text
- Category
- Raster Image
- Other
- Developer
- X Consortium
- Duxbury Systems
- 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.
- BRF files are braille formatted files that have plain texts with hard page ejects and hard returns. They are non-proprietary standard files for sighted viewing and related to Duxbury Braille Translator.
- MIME Type
- image/x-xbitmap
- text/plain
- Sample
- sample.xpm
- sample.brf
- Wikipedia
- .xpm on Wikipedia