What is the difference between .rgbo and .pbm?
- Extension
- .rgbo
- .pbm
- Format
- Binary
- Category
- Other
- Raster Image
- Developer
- Adobe Systems
- Wolfgang Hoschek
- 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.
- 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.
- MIME Type
- image/x-rgbo
- image/x-portable-bitmap
- Sample
- sample.pbm
- Wikipedia
- .pbm on Wikipedia