# File lib/stella/utils.rb, line 98
    def gif?(a)
      ['GIF89a', 'GIF97a'].include?(a.slice(0, 6))
    end