I plan to only have one preview in future

This commit is contained in:
synth_ruiner 2019-04-22 22:38:48 +01:00
parent c16a67de47
commit cdd0e330f8
1 changed files with 0 additions and 1 deletions

View File

@ -82,7 +82,6 @@ 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)
* add 'invert' function * add 'invert' function
* allow for image colour hack * allow for image colour hack
* make a tool for batch importing images? * make a tool for batch importing images?