What is the difference between .sgi and .pnm?
- Extension
- .sgi
- .pnm
- Format
- Binary
- Binary
- Category
- Raster Image
- Raster Image
- Developer
- Silicon Graphics
- Jef Poskanzer
- Description
- Image saved in the native graphics format used by Silicon Graphics workstations; can store 8 to 32 bits per pixel; also supports Run-length encoding (RLE) compression for reducing the image file size.
- Bitmap image created in the Portable Any Map format, which was designed to handle several types of portable monochrome, grayscale, and color images; may include raster graphic data in a .PBM, .PGM, or .PPM format; may be stored using binary data or ASCII text.
- MIME Type
- image/sgi
- application/x-portable-anymap
- Sample
- sample.sgi
- sample.pnm
- Wikipedia
- .sgi on Wikipedia
- .pnm on Wikipedia