Class for loading and saving of multi-images in CIF format.
public TCIFFileFormat = class(TElderFileFormat);
ElderImageryCif (at line 48)
It is 8 bit indexed format found in Daggerfall. It is basically a sequence of images in IMG (see TIMGFileFormat) stored in one file (with exception of Weapo*.cif files which are little bit more complex). As with IMG files CIF files can be RLE compressed and there are also special CIFs without header. Total number of frames in file is known after the whole file was parsed so exact file size must be known prior to loading.
TObject TImageFileFormat TElderFileFormat TCIFFileFormat