# File lib/gd2/image.rb, line 591 def rotate(angle, axis_x = width / 2.0, axis_y = height / 2.0) clone.rotate!(angle, axis_x, axis_y) end