mask blur max value increase to 256

This commit is contained in:
tim h 2022-11-19 19:24:22 -06:00
parent 5836f7e92f
commit 55ab68dee2
2 changed files with 2 additions and 5 deletions

View file

@ -138,9 +138,6 @@ imported a transparent clip of a [relatively famous happy lil kitty](https://com
- 0.0.5.5 - highly attractive and functional floating control panel which will be extremely useful for infinite canvas, [@Kalekki](https://github.com/Kalekki) is literally the best ([11](https://github.com/zero01101/openOutpaint/pull/11)) [dac188d](https://github.com/zero01101/openOutpaint/commit/dac188dbfb086d3063f14b1a6a6a5b3add1aa5f5)
## what's with the fish?
![fullres fishy favicon](docs/05-openOutpaintFish.png)
deep aquatic life is _fascinating_ so i went with something underwater for a default prompt which led to making an _"illustration of a bright orange fish, plain blue solid background"_ favicon which led to "ok then, fish is mascot"
![fullres fishy favicon](docs/05-openOutpaintFish.png)
the end 🐠

View file

@ -87,7 +87,7 @@
step="1" /><br />
<label for="maskBlur">Mask blur:</label>
<span id="maskBlurText"></span><br />
<input type="number" id="maskBlur" name="maskBlur" min="0" max="64" value="0" step="1"
<input type="number" id="maskBlur" name="maskBlur" min="0" max="256" value="0" step="1"
onchange="changeMaskBlur()" /><br />
<button type="button" class="collapsible">Save/Load/New image</button>
<div class="content">