What is the difference between .pbm and .rgba?
- Extension
- .pbm
- .rgba
- Format
- Binary
- Binary
- Category
- Raster Image
- Raster Image
- Developer
- Wolfgang Hoschek
- SGI
- Description
- 1-bit black and white image; formatted in text format; basic raster image format in which each pixel is represented by a byte that contains a 1 or 0; 1 represents black and 0 represents white pixels.
- 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-portable-bitmap
- image/x-rgb
- Sample
- sample.pbm
- sample.rgba
- Wikipedia
- .pbm on Wikipedia
- .rgba on Wikipedia