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