/* * Copy the alpha channel from the source image to the specified coordinates * * Examples: * image.copy_alpha source_image, 10, 10 * image.copy_alpha source_image, [10, 10] * */ static VALUE image_copy_alpha(int argc, VALUE *argv, VALUE self) {