What is the difference between .sun and .ppm?
- Extension
- .sun
- .ppm
- Format
- Binary
- Text
- Category
- Raster Image
- Raster Image
- Developer
- Sun Microsystems
- Jef Poskanzer
- Description
- Bitmap image generated by a Sun Microsystems workstation; native graphic format used by the Sun Unix operating system; uses a standard image format that can be read by several graphics 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-sun-raster
- image/x-portable-pixmap
- Sample
- sample.sun
- sample.ppm
- Wikipedia
- .sun on Wikipedia
- .ppm on Wikipedia