/*
 * call-seq:
 *   image ( x, y, image ) -> nil
 *
 * Draws given image at given position. The image is an array of
 * arrays (lines) of palette indices. 
 */

static VALUE osd_image(int argc, VALUE *argv, VALUE self) {