TIMGFileFormat Class
ElderImageryImg | Legend | Members | Methods | Properties | Hierarchy

Class for loading and saving of images in IMG format.

Pascal
public TIMGFileFormat = class(TElderFileFormat);
File

ElderImageryImg (at line 48)

Description

It is 8 bit indexed format found in Daggerfall, Arena, Terminator: FS, and maybe other old Bethesda games. Files can be RLE compressed and may contain palette although most images use external palettes. Some files have no header at all so exact file size must be known prior to loading (otherwise no-header files wont be recognized or whole image could be identified as CIF as they use the same header).

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