//docs/MPImage.doc/MPChunkyToPlanar


   NAME   
  MPChunkyToPlanar -- Convert a chunky buffer to a BitMap (V7)

   SYNOPSIS
  MPChunkyToPlanar( chunky, bitmap, width, height )
                    A0      A1      D0     D1

  void MPPlanarToChunky( UBYTE *, struct BitMap *, UWORD, UWORD);

   FUNCTION
  Converts a chunky buffer to a BitMap.

   INPUTS
  chunky - Pointer to a chunky buffer of sufficient size.
  bitmap - Pointer to a standard bitmap (of sufficient size).
  width  - Width of buffer.
  height - Height of buffer.

   RESULT
  None.

   EXAMPLE

   NOTES

   BUGS

   SEE ALSO
  MPPlanarToChunky().