Go to the source code of this file.
Defines | |
#define | SGI_MAGIC 474 |
SGI image file signature. | |
#define | SGI_HEADER_SIZE 512 |
#define | SGI_GRAYSCALE 1 |
#define | SGI_RGB 3 |
#define | SGI_RGBA 4 |
#define SGI_GRAYSCALE 1 |
#define SGI_HEADER_SIZE 512 |
Definition at line 30 of file sgi.h.
Referenced by decode_frame(), encode_frame(), and read_rle_sgi().
#define SGI_MAGIC 474 |
SGI image file signature.
Definition at line 28 of file sgi.h.
Referenced by decode_frame(), and encode_frame().
#define SGI_RGB 3 |
#define SGI_RGBA 4 |