/* 
 * Return a copy of an image suitable for seamless tiling
 * 
 * Examples:
 *   horiz_tile = old_image.tile
 *
 */
static VALUE image_tile(VALUE self) {