项目作者: jblanper

项目描述 :
Web app for applying color quantization, dithering and b&w trasformations to images.
高级语言: JavaScript
项目地址: git://github.com/jblanper/ditherme.git
创建时间: 2019-03-11T19:44:04Z
项目社区:https://github.com/jblanper/ditherme

开源协议:GNU General Public License v3.0

下载


Dither me!

Web app that allows the user to upload and change the following features of an image:

  • Change its size.
  • Turn it black and white.
  • Apply color quatization.
  • Apply dithering using Floyd-Steinberg dithering algorithm.

If the image is too big the app can run slow in old computers.

This app is a small interactive experiment with html canvas.