# File lib/stella/utils.rb, line 82
    def jpg?(a)
      a.slice(0, 10) == "\377\330\377\340\000\020JFIF"
    end