瀏覽代碼

Updated readme

Dan Hintz - Arch 5 年之前
父節點
當前提交
cd61cc55d6
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. 5 1
      README.md

+ 5 - 1
README.md

@@ -17,7 +17,11 @@ and then run it like
 
     ./frames2img frames/*
 
-and it will write to "output.png" one vertical line per frame that is the average colour of that frame.
+and it will write a png to stdout. one vertical line per frame that is the average colour of that frame.
+
+To save to a file, redirect the output.
+
+I chose to switch to stdout to conform better with the unix philosophy
 
 ## Contributing