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