What is the difference between .rgb and .xbm?
- Extension
- .rgb
- .xbm
- Format
- Binary
- Text
- Category
- Raster Image
- Raster Image
- Developer
- SGI
- The X Consortium
- Description
- Color bitmap image format created by Silicon Graphics (SGI); generic format used for saving RGB color images on SGI workstations; recognized by various image viewing programs.
- 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.
- MIME Type
- image/x-rgb
- image/x-xbitmap
- Sample
- sample.rgb
- sample.xbm
- Wikipedia
- .rgb on Wikipedia
- .xbm on Wikipedia