diff options
-rw-r--r-- | README.md | 3 | ||||
-rw-r--r-- | index.html | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..f1aac58 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +convert static/data/6021.jpg -colorspace HSL -channel H -separate -unique-colors -format %w info: + +ls -1 | xargs -t -i -I % -P 24 mogrify -define jpeg:extent=512kb % @@ -25,7 +25,7 @@ </p> <noscript>Sorry, JavaScript is required to play Countervisual.</noscript> <br> - <button id="random-novice">Novice</button> + <button id="random-novice">Novice!</button> <button id="random-intermediate">Intermediate</button> <button id="random-expert">Expert</button> <button id="reset">Reset</button> |