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