What is the difference between .sgi and .bmp?
- Extension
- .sgi
- .bmp
- Format
- Binary
- Binary
- Category
- Raster Image
- Raster Image
- Developer
- Silicon Graphics
- Microsoft
- 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.
- A BMP file is an uncompressed raster image comprised of a rectangular grid of pixels. It contains a file header (bitmap identifier, file size, width, height, color options, and bitmap data starting point) and bitmap pixels, each with a different color.
- MIME Type
- image/sgi
- image/bmp
- Sample
- sample.sgi
- sample.bmp
- Wikipedia
- .sgi on Wikipedia
- .bmp on Wikipedia