fgi_avidone()
Closes the AVI file associated with the specified context descriptor.
fgi_avihead()
Retrieves the header of an AVI file stored in an FGI library.
fgi_aviopen()
Opens an AVI file stored in an FGI library for subsequent processing by other low-level AVI file support functions.
fgi_avipal()
Retrieves the palette of an AVI file stored in an FGI library.
fgi_bmphead()
Retrieves the header of a BMP file stored in an FGI library.
fgi_bmppal()
Retrieves the palette of a BMP file stored in an FGI library.
fgi_display()
Displays a BMP, JPEG, PCX, AVI, flic, or pixel run file stored in an FGI library.
fgi_filesize()
Returns the size in bytes of a file stored in an FGI library.
fgi_flichead()
Retrieves the header of an FLI or FLC file stored in an FGI library.
fgi_flicopen()
Opens a flic file stored in an FGI library for subsequent processing by other low-level flic file support functions.
fgi_flicskip()
Advances one or more frames in a flic file that was previously opened with fgi_flicopen(). Also used to rewind a flic file stored in an FGI library.
fgi_jpeghead()
Retrieves the header of a JPEG file stored in an FGI library.
fgi_open()
Opens an FGI library file and returns a file handle through which the files in that library can be accessed.
fgi_pcxhead()
Retrieves the header of a PCX file stored in an FGI library.
fgi_pcxpal()
Retrieves the palette of a PCX file stored in an FGI library.
fgi_read()
Reads the contents of a file stored in an FGI library into an array.
fgi_readnext()
Reads the contents of the "next" file stored in an FGI library into an array.