SGI (image file format)

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Sample files)
(6 intermediate revisions by 4 users not shown)
Line 4: Line 4:
 
|extensions={{ext|sgi}}, {{ext|bw}}, {{ext|rgb}}, {{ext|rgba}}
 
|extensions={{ext|sgi}}, {{ext|bw}}, {{ext|rgb}}, {{ext|rgba}}
 
|pronom={{PRONOM|x-fmt/140}}
 
|pronom={{PRONOM|x-fmt/140}}
 +
|wikidata={{wikidata|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 [[Run-length encoding|RLE]] compression.
 
'''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 [[Run-length encoding|RLE]] compression.
Line 31: Line 32:
  
 
== Software ==
 
== Software ==
* [http://netpbm.sourceforge.net/ Netpbm]: pnmtosgi, sgitopnm
+
* [[Konvertor]]
* [http://www.imagemagick.org/ ImageMagick] (format named "SGI")
+
* [[Netpbm]]: pnmtosgi, sgitopnm
 +
* [[ImageMagick]] (format named "SGI")
 +
* [[Tom's Viewer]]
 
* [http://svn.osgeo.org/grass/grass/branches/releasebranch_5_5/src.contrib/CERL/SGI/libimage/ libimage]
 
* [http://svn.osgeo.org/grass/grass/branches/releasebranch_5_5/src.contrib/CERL/SGI/libimage/ libimage]
 +
 +
== Sample files ==
 +
* [http://ftp.funet.fi/index/graphics/packages/volvis/RGB.tar.Z RGB.tar.Z]
 +
* https://telparia.com/fileFormatSamples/image/sgi/
  
 
== External links ==
 
== External links ==
 
* [[Wikipedia:Silicon Graphics Image|Wikipedia article]]
 
* [[Wikipedia:Silicon Graphics Image|Wikipedia article]]
 +
* {{EGFF|sgiimage|SGI Image File Format File Format Summary}}, from the [[Encyclopedia of Graphics File Formats]]
 +
 +
[[Category:Silicon Graphics]]

Revision as of 16:48, 1 August 2020

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