What is the difference between .ppm and .rgb?
- Extension
- .ppm
- .rgb
- Format
- Text
- Binary
- Category
- Raster Image
- Raster Image
- Developer
- Jef Poskanzer
- SGI
- 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.
- 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.
- MIME Type
- image/x-portable-pixmap
- image/x-rgb
- Sample
- sample.ppm
- sample.rgb
- Wikipedia
- .ppm on Wikipedia
- .rgb on Wikipedia