GrayToFloat Function
ImagingFormats

Converts any grayscale format to any floating point format.

Pascal
procedure GrayToFloat(NumPixels: LongInt; 
                      Src: PByte; 
                      Dst: PByte; 
                      SrcInfo: PImageFormatInfo; 
                      DstInfo: PImageFormatInfo);
File

ImagingFormats (at line 271)

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