What is the difference between .rgb and .ppm?
- Extension
- .rgb
- .ppm
- Format
- Binary
- Text
- Category
- Raster Image
- Raster Image
- Developer
- SGI
- Jef Poskanzer
- Description
- Color bitmap image format created by Silicon Graphics (SGI); generic format used for saving RGB color images on SGI workstations; recognized by various image viewing programs.
- 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.
- MIME Type
- image/x-rgb
- image/x-portable-pixmap
- Sample
- sample.rgb
- sample.ppm
- Wikipedia
- .rgb on Wikipedia
- .ppm on Wikipedia