What is the difference between .ppm and .rgbo?
- Extension
- .ppm
- .rgbo
- Format
- Text
- Category
- Raster Image
- Other
- Developer
- Jef Poskanzer
- Adobe Systems
- Description
- A PPM file is a 24-bit color image formatted using a text format. It stores each pixel with a number from 0 to 65536, which specifies the color of the pixel. PPM files also store the image height and width, whitespace data, and the maximum color value.
- 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-pixmap
- image/x-rgbo
- Sample
- sample.ppm
- Wikipedia
- .ppm on Wikipedia