What is the difference between .xbm and .rgba?
- Extension
- .xbm
- .rgba
- Format
- Text
- Binary
- Category
- Raster Image
- Raster Image
- Developer
- The X Consortium
- SGI
- 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.
- An RGBA file is a color bitmap image format created by Silicon Graphics (SGI). It is similar to the .RGB file as it supports color RGB channels with an alpha channel.
- MIME Type
- image/x-xbitmap
- image/x-rgb
- Sample
- sample.xbm
- sample.rgba
- Wikipedia
- .xbm on Wikipedia
- .rgba on Wikipedia