What is the difference between .xbm and .rgbo?
- Extension
- .xbm
- .rgbo
- Format
- Text
- Category
- Raster Image
- Other
- Developer
- The X Consortium
- Adobe Systems
- 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.
- Format for representing colors in the three primary colors (red, green and blue), each of which has 255 gradations. In contrast to the standard RGB, it allows you to change the transparency of the entire image using the opacity parameter.
- MIME Type
- image/x-xbitmap
- image/x-rgbo
- Sample
- sample.xbm
- Wikipedia
- .xbm on Wikipedia