# File lib/mini_magick.rb, line 389
    def format_option(format)
      windows? ? "\"#{format}\\n\"" : "\"#{format}\\\\n\""
    end