From 13c08b6ca67c4f2be980f8c7556d87114f28a76f Mon Sep 17 00:00:00 2001 From: CrispyBaguette Date: Mon, 13 Dec 2021 23:08:20 +0100 Subject: [PATCH] Intro text tweak --- client/src/App.tsx | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/client/src/App.tsx b/client/src/App.tsx index 2e3e458..0df90db 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -36,19 +36,18 @@ function App() {
-
+

Go+Wasm image dithering tool

-

- Load an image, click Go and wait (potentially for a while) for the - image to be processed using the Floyd-Steinberg algorithm. + Load an image, select a palette, click Go and wait for the image to + be processed using the Floyd-Steinberg algorithm.

- WebAssembly might run out of memory when processing larger images. + The preview image is scaled using the nearest-neighbor algorithm, + which might cause artifacts in some cases. Download the image for + the best experience.