# File lib/mini_magick/image.rb, line 521
    def collapse!(frame = 0)
      mogrify(frame) { |builder| builder.quality(100) }
    end