//docs/MPImage.doc/MPPlanarToChunky


   NAME   
  MPPlanarToChunky -- Convert a bitmap to a chunky buffer (V5)

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

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

   FUNCTION
  Converts a BitMap to a chunky buffer.

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

   RESULT
  None.

   EXAMPLE

   NOTES

   BUGS

   SEE ALSO
  MPChunkyToPlanar().