summaryrefslogtreecommitdiff
path: root/image.html
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-03-19 15:54:34 -0400
committerJules Laplace <jules@okfoc.us>2015-03-19 15:54:34 -0400
commit4f54603daab6527d9971796163d51e6e62d65573 (patch)
treefb88a323e8d8fa3bbc1542118ae96028222199eb /image.html
parent0619f4fde7d265bf1affe3d56e185fd682d76c8c (diff)
reds and blues
Diffstat (limited to 'image.html')
-rw-r--r--image.html15
1 files changed, 11 insertions, 4 deletions
diff --git a/image.html b/image.html
index 4a7fbfd..9ed6f1e 100644
--- a/image.html
+++ b/image.html
@@ -1,5 +1,5 @@
<style>
-label { min-width: 40px; display: inline-block; }
+label { min-width: 50px; display: inline-block; }
</style>
<body>
<div>
@@ -7,17 +7,24 @@ label { min-width: 40px; display: inline-block; }
<br>
<label for="width_el">width</label> <input type="range" min="1" max="120" value="40" id="width_el">
<span id="width_span"></span>x<span id="height_span"></span>
- </br>
+ <br>
<label for="ratio_el">ratio</label> <input type="range" min="0.0" max="8" value="2" step="0.005" id="ratio_el">
- <label for="nn_el">nearest neighbor</label> <input type="checkbox" checked id="nn_el">
- <label for="palette_el">palette</label>
+ <br>
+ <label for="palette_el" style="padding-top: 5px;">palette</label>
<select id="palette_el">
<option default value="colors">all colors</label>
<option value="hues">hues only</label>
<option value="grays">grayscale</label>
+ <option value="reds">reds</label>
+ <option value="blues">blues</label>
</select>
+ <br>
+ <label></label>&nbsp;<input type="checkbox" checked id="nn_el"> <label for="nn_el" style="padding-top: 7px;">nearest neighbor</label>
+ <br>
+ <br>
</div>
<div id="image_style"></div>
+ <br>
<input type="text" id="text_style">
</body>