Converts any grayscale format to any grayscale format.
procedure GrayToGray(NumPixels: LongInt; Src: PByte; Dst: PByte; SrcInfo: PImageFormatInfo; DstInfo: PImageFormatInfo);
ImagingFormats (at line 265)