What is the difference between .xpm and .g3?
- Extension
- .xpm
- .g3
- Format
- Text
- Binary
- Category
- Raster Image
- Fax
- Developer
- X Consortium
- CCITT
- 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.
- Fax image created in the CCITT Group 3 compressed format, which is used for digital transmission of fax data and supports 1 bit per pixel; can be viewed by programs such as GIMP and IrfanView.
- MIME Type
- image/x-xbitmap
- image/g3fax
- Sample
- sample.xpm
- sample.g3
- Wikipedia
- .xpm on Wikipedia
- .g3 on Wikipedia