# File lib/gd2/image.rb, line 618 def uncrop(x1, y1 = x1, x2 = x1, y2 = y1) clone.uncrop!(x1, y1, x2, y2) end