# File lib/gd2/image.rb, line 358
    def interlaced=(bool)
      SYM[:gdImageInterlace].call(image_ptr, bool ? 1 : 0)
    end