TCIFFileFormat Class
ElderImageryCif | Legend | Members | Methods | Properties | Hierarchy

Class for loading and saving of multi-images in CIF format.

Pascal
public TCIFFileFormat = class(TElderFileFormat);
File

ElderImageryCif (at line 48)

Description

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.

Hierarchy
TObject
TImageFileFormat
TElderFileFormat
TCIFFileFormat
Related Information
You are here: Symbol Reference > Classes > TCIFFileFormat Class