Class for loading and saving of images in SKY format.
public TSKYFileFormat = class(TElderFileFormat);
ElderImagerySky (at line 46)
It is 8 bit indexed format found in Daggerfall, and maybe other old Bethesda games. Files are named SKY##.DAT and each contains two sets of 32 images (512 by 220 pixels), each with its palette. First set contains sky without sun, seconf set sky with sun.
TObject TImageFileFormat TElderFileFormat TSKYFileFormat