Returns image file format loader/saver at given index.
function GetFileFormatAtIndex(Index: LongInt): TImageFileFormat;
Imaging (at line 508)
Index must be in range [0..GetFileFormatCount - 1] otherwise nil is returned.