update to do list

This commit is contained in:
synth-ruiner 2017-12-30 09:52:17 +00:00
parent 4af4d7ac7d
commit 23e983be7d
1 changed files with 2 additions and 3 deletions

View File

@ -43,15 +43,13 @@ if (src.match(/^(file|https)?:\/\/|^\/\//)) {
## known bugs ## known bugs
* new tiles can be duplicates * new tiles can be duplicates
* take a different approach
## to do ## to do
* allow user to save output as image, or tweet it :) * allow user to save output as image, or tweet it :)
* *user can currently right-click -> Save As but the 128x128 size is not great* * *user can currently right-click -> Save As but the 128x128 size is not great*
* implement slider (*always use existing tiles* -> *always create new tiles*) (representing 0-64 threshold for # of common pixels)
* re-style the damn thing * re-style the damn thing
* reorganise the page layout for a more logical workflow * inc. mobile styles
* animate animated tiles * animate animated tiles
* profile script performance and optimise where most needed * profile script performance and optimise where most needed
* make brightness slider trigger redraw every so often while being dragged, instead of waiting until drag stop * make brightness slider trigger redraw every so often while being dragged, instead of waiting until drag stop
@ -72,3 +70,4 @@ if (src.match(/^(file|https)?:\/\/|^\/\//)) {
* optionally add inverted versions of existing tiles if they are a better match * optionally add inverted versions of existing tiles if they are a better match
* make new tiles out of fragments of existing tiles instead of directly copying from bitmap * make new tiles out of fragments of existing tiles instead of directly copying from bitmap
* allow user to zoom out so the image is letterboxed/windowboxed/etc. * allow user to zoom out so the image is letterboxed/windowboxed/etc.
* break up rendering into separate preview and output modes (would be good to have a throttled preview for brightness slider adjustments and then a debounced tile render)