Google

/* 
 * Return a copy of an image suitable for seamless vertical tiling
 * 
 * Examples:
 *   vert_tile = old_image.tile_vertical
 *
 */
static VALUE image_tile_vertical(VALUE self) {