SGI (image file format)

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Sample files)
(Specifications)
Line 28: Line 28:
  
 
== Specifications ==
 
== Specifications ==
* [ftp://ftp.sgi.com/graphics/grafica/sgiimage.html The SGI Image File Format, Version 1.00]
+
* The SGI Image File Format, Draft version 0.97: [https://archive.org/details/ftp.sgi.com-archive ftp.sgi.com archive] → [https://archive.org/download/ftp.sgi.com-archive/ftp.sgi.com/sgi/graphics/SGIIMAGESPEC sgi/graphics/SGIIMAGESPEC]
* [ftp://ftp.sgi.com/graphics/SGIIMAGESPEC The SGI Image File Format, Draft version 0.97]
+
* [http://paulbourke.net/dataformats/sgirgb/sgiversion.html The SGI Image File Format, Version 1.00]
 +
** Another copy: [https://archive.org/details/ftp.sgi.com_June2018 ftp.sgi.com_June2018] → [https://archive.org/download/ftp.sgi.com_June2018/ftp.sgi.com_June2018.tar/ftp.sgi.com%2Fsgi%2Fgraphics%2Fgrafica%2Fsgiimage.html ftp.sgi.com/sgi/graphics/grafica/sgiimage.html]
 +
* [http://paulbourke.net/dataformats/sgirgb/ SGI RGB Image Format]
  
 
== Software ==
 
== Software ==

Revision as of 16:19, 2 December 2022

File Format
Name SGI (image file format)
Ontology
Extension(s) .sgi, .bw, .rgb, .rgba
PRONOM x-fmt/140
Wikidata ID Q7514956

SGI (also known as IRIS, and sometimes called RGB or Irix RGB) is a raster image file format. The image may be uncompressed, or use RLE compression.

SGI probably stands for Silicon Graphics Image.

Contents

Image types

SGI supports the following image types:

  • Grayscale, 8 or 16 bits/sample
  • RGB, 8 or 16 bits/sample
  • RGBA, 8 or 16 bits/sample
  • RGB 3-3-2, 8 bits/pixel (obsolete)
  • Colormapped (but no palette is stored in the file) (obsolete)
  • Colormap (file contains only a palette; no image) (obsolete)

Format

SGI files start with a 512-byte fixed header, most of which is unused. If the image is uncompressed, the pixel data follows. Compressed images have a scanline table, followed by the compressed pixel data.

The pixel data is stored from bottom-up, instead of top-down as in most image formats.

Identification

SGI files begin with bytes 01 DA.

Specifications

Software

Sample files

External links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox