# File lib/gd2/image.rb, line 403
    def clipping
      r, rs = SYM[:gdImageGetClip].call(image_ptr, 0, 0, 0, 0)
      rs[1, 4]
    end