# File lib/gd2/image.rb, line 604
def
crop
(
x
,
y
,
w
,
h
)
clone
.
crop!
(
x
,
y
,
w
,
h
)
end