module ChunkyPNG::Canvas::Resampling

def resample_nearest_neighbor(new_width, new_height)

def resample_nearest_neighbor(new_width, new_height)
  dup.resample_nearest_neighbor!(new_width, new_height)
end