/* * Copy an Imlib2::Image * * Examples: * new_image = old_image.clone * new_image = old_image.dup * */ static VALUE image_clone(VALUE self) {