Converts 4bit image data to 8bit (without scaling).
procedure Convert4To8(DataIn: Pointer; DataOut: Pointer; Width: LongInt; Height: LongInt; WidthBytes: LongInt);
ImagingFormats (at line 147)
Used by file loaders for formats supporting 4bit images.