summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md3
-rw-r--r--index.html2
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 %
diff --git a/index.html b/index.html
index 35f113a..04c2355 100644
--- a/index.html
+++ b/index.html
@@ -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>