What is the difference between .bm and .bmp?
- Name
- X11 Bitmap
- Bitmap Image
- Extension
- .bm
- .bmp
- Format
- Binary
- Binary
- Category
- Raster Image
- Raster Image
- Developer
- X Consortium
- Microsoft
- Description
- The BM file type, associated with X11 Bitmap, is a monochrome bitmap image format used on the X Window System, which is commonly found on Unix and Unix-like operating systems. It stores black-and-white images in a plain text format, where each pixel is represented as either on (black) or off (white). These files are often used for simple icons and cursors within the X11 graphical user interface. Due to its simplicity and text-based nature, BM files can be easily edited with standard text editors.
- A BMP file is an uncompressed raster image comprised of a rectangular grid of pixels. It contains a file header (bitmap identifier, file size, width, height, color options, and bitmap data starting point) and bitmap pixels, each with a different color.
- MIME Type
- image/x-xbitmap
- image/bmp
- Sample
- sample.bmp
- Wikipedia
- .bm on Wikipedia
- .bmp on Wikipedia