//docs/MPImage.doc/MPScaleGrey


   NAME   
  MPScaleGrey -- Scales a GreyScale image (V7)

   SYNOPSIS
  MPScaleGrey( Old,New,OWidth,OHeight,NWidth,NHeight,Temp)
               A0  A1  D0     D1      D2     D3      A2

  void MPScaleGrey
           ( UBYTE *,UBYTE *,UWORD,UWORD,UWORD,UWORD,UBYTE *);

   FUNCTION
  Scales an RGB image.

   INPUTS
  Old      - Contains existing chunky pixels.
  New      - Buffer for the new chunky pixels.
  OWidth   - Current Width.
  OHeight  - Current Height.
  NWidth   - New Width.
  NHeight  - New Height.
  Temp     - Temporary buffer sized for the new image.

   RESULT
  The data pointed to by New is updated to the scaled image.

   EXAMPLE

   NOTES

   BUGS
  Not tested.

   SEE ALSO
  MPScaleRGB().