# File lib/dragonfly/job.rb, line 344
    def encoded_extname
      format = encoded_format
      ".#{format}" if format
    end