Initialization

Initializes the gather library and loads all DLLs.

gather_init

void gather_init(void);

Description: Starts Gather.

gather_format_count_get

void gather_format_count_get(void);

Description: Returns the number of file formats supported by gather

gather_format_name

char *gather_format_name(void);

Description: Returns the name of the format.

gather_format_save

boolean gather_format_save(void);

Description: Returns TRUE if the format can be saved.

gather_format_load

boolean gather_format_load(void);

Description: Returns TRUE if the format can be loaded.

gather_format_image

boolean gather_format_image(void);

Description: Returns TRUE if the format can store images.

gather_format_audio

boolean gather_format_audio(void);

Description: Returns TRUE if the format can store audio.

gather_format_video

boolean gather_format_video(void);

Description: Returns TRUE if the format can store video.