SGI: Difference between revisions

From MultimediaWiki
Jump to navigation Jump to search
m (add initial version of sgi.)
 
m (Sgi moved to SGI: consistency)
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
The first 16bits of the file format should be the big-endian value 0x01da to be identified as a valid sgi image.
The first 16bits of the file format should be the big-endian value 0x01da to be identified as a valid sgi image.
It supports the following pixel formats: (ffmpeg notation in brackets)
It supports the following pixel formats: (ffmpeg notation in brackets)
o 8 bit grayscale. ([[PIX_FMT_GRAY8]])
* 8 bit grayscale. ([[PIX_FMT_GRAY8]])
o 24 bit, 1 byte for each of  R,G, and B. ([[PIX_FMT_RGB24]])
* 24 bit, 1 byte for each of  R,G, and B. ([[PIX_FMT_RGB24]])
o 32 bit, RGB + one byte for the alpha-channel.  ([[PIX_FMT_RGBA]])
* 32 bit, RGB + one byte for the alpha-channel.  ([[PIX_FMT_RGBA]])
[[Category:Image Formats]]
[[Category:Image Formats]]

Latest revision as of 20:27, 31 May 2007

Sgi is a lossless image format. It can be uncompressed or use an RLE variant. The first 16bits of the file format should be the big-endian value 0x01da to be identified as a valid sgi image. It supports the following pixel formats: (ffmpeg notation in brackets)