What is the difference between .rgbo and .xbm?
- Extension
- .rgbo
- .xbm
- Format
- Text
- Category
- Other
- Raster Image
- Developer
- Adobe Systems
- The X Consortium
- Description
- 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.
- 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-rgbo
- image/x-xbitmap
- Sample
- sample.xbm
- Wikipedia
- .xbm on Wikipedia