Convert1To8 Function
ImagingFormats

Converts 1bit image data to 8bit (without scaling).

Pascal
procedure Convert1To8(DataIn: Pointer; 
                      DataOut: Pointer; 
                      Width: LongInt; 
                      Height: LongInt; 
                      WidthBytes: LongInt);
File

ImagingFormats (at line 139)

Description

Used by file loaders for formats supporting 1bit images.

Related Information
You are here: Symbol Reference > Functions > Convert1To8 Function