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.