What is the difference between .xpm and .jbg?
- Extension
- .xpm
- .jbg
- Format
- Text
- Binary
- Category
- Raster Image
- Raster Image
- Developer
- X Consortium
- Joint Bi-level Image Experts Group (JBIG)
- 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.
- Created by JBIG (Joint Bi-level Image Experts Group), JBG is a lossless file format that contains both colored and monochrome images. Commonly used to compress fax images, and it has better compression than G3 and G4 compression codecs.
- MIME Type
- image/x-xbitmap
- image/jbig
- Sample
- sample.xpm
- Wikipedia
- .xpm on Wikipedia
- .jbg on Wikipedia