Technical project

asdithering

About

Dithering allows displaying images in a higher visual quality using a limited color palette.
asdithering is an implementation of quantization, random and Bayer monochromatic dithering in AssemblyScript.

The project can use the different dithering methods to reduce the input image into an output image that only uses pure black (#000000) and white (#FFFFFF). This is mainly a test project in using WASM and AssemlyScript for image processing.

Build with

Build with AssemblyScript.
Logo