# File lib/gd2/image.rb, line 636 def resize(w, h, resample = true) clone.resize!(w, h, resample) end