Converts any grayscale format to any floating point format.
procedure GrayToFloat(NumPixels: LongInt; Src: PByte; Dst: PByte; SrcInfo: PImageFormatInfo; DstInfo: PImageFormatInfo);
ImagingFormats (at line 271)