From cdd0e330f809a5b86a01987dd9634e45360c3cad Mon Sep 17 00:00:00 2001 From: synth_ruiner Date: Mon, 22 Apr 2019 22:38:48 +0100 Subject: [PATCH] I plan to only have one preview in future --- readme.md | 1 - 1 file changed, 1 deletion(-) diff --git a/readme.md b/readme.md index 91a20d2..528263a 100644 --- a/readme.md +++ b/readme.md @@ -82,7 +82,6 @@ if (src.match(/^(file|https)?:\/\/|^\/\//)) { * 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 * 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 * allow for image colour hack * make a tool for batch importing images?