# File lib/paperclip/geometry.rb, line 60
    def larger
      [height, width].max
    end