# File lib/gd2/image.rb, line 424
    def clips?(x, y)
      SYM[:gdImageBoundsSafe].call(image_ptr, x, y)[0].zero?
    end