What is the difference between .xbm and .jpeg?
- Extension
- .xbm
- .jpeg
- Format
- Text
- Binary
- Category
- Raster Image
- Raster Image
- Developer
- The X Consortium
- Joint Photographic Experts Group
- Description
- Bitmap image used by the X Window System (X11), a graphical user interface (GUI) used to manage networked client-server computers; stores a monochrome image that is written as plain text in the C programming language.
- A JPEG file is an image saved in a compressed graphic format standardized by the Joint Photographic Experts Group (JPEG). It supports up to 24-bit color and is compressed using lossy compression, which may noticeably reduce the image quality if high amounts of compression are used. JPEG files are commonly used for storing digital photos and web graphics.
- MIME Type
- image/x-xbitmap
- image/jpeg
- Sample
- sample.xbm
- sample.jpeg
- Wikipedia
- .xbm on Wikipedia
- .jpeg on Wikipedia