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