The Fast Light Environment Kit
class FSGI
Include Files
#include <Flek/FSGI.H>
Description
The fSGI class provides static methods that read, write and test SGI images,
which are also refered to as "RGB" or "Iris" images.
Methods
Method Descriptions
read
static FImage * FSGI::read(char *filename);
Read an SGI Image from disk and return a new FImage object.
valid
static bool FSGI::valid(char *filename);
Check to see if this seems to be a valid SGI format image.
write
static int FSGI::write(char *filename, FImage* img, int compression = RLE, int channels=3);
Write an SGI Image to disk from an FImage object.
© 2000 the Flek Development team.
Generated by ScanDoc
Last Updated: Tue May 15 8:50:06 2001