Skip to content

Commit 51c2b5d

Browse files
committed
Add tutorial
1 parent 5e68c8b commit 51c2b5d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@
4343
</head>
4444
<body>
4545

46+
<div>
47+
1) Upload an image via the file selector, drag 'n drop or copy/paste.<br>
48+
2) Create the desired grid using the controls.<br>
49+
3) Resize the selection circles via +/- keys, resize the inner exclusion circles using K/L keys. Move all circles with the arrow keys and single circles via drag/drop.<br>
50+
4) Export the mean gray as a Python/JS array in the text box and as Excel compatible text in the clipboard.
51+
</div>
52+
4653
<div class="controls">
4754
<input type="file" id="fileInput">
4855
<label>m: <input type="number" id="rows" value="3" min="1"></label>

0 commit comments

Comments
 (0)