Class for loading and saving of images in IMG format.
public TIMGFileFormat = class(TElderFileFormat);
ElderImageryImg (at line 48)
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).
TObject TImageFileFormat TElderFileFormat TIMGFileFormat