Convert2To8 Function
ImagingFormats

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

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

ImagingFormats (at line 143)

Description

Used by file loaders for formats supporting 2bit images.

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