JIQ - Javascript Image Quantiser

JIQ - Javascript Image Quantiser

JIQ, is a web browser based Javascript Image Quantiser with HTML5 Canvas and web worker technology on client side. Nowadays, modern web browsers (Google Chrome, Mozilla Firefox etc.) have high capability features and "Canvas" is one of them. So, we can manipulate an image pixel by pixel by the canvas features of web browsers. Also, we can work it asynchronously as a background jobs by "web worker".

http://goker.me/demos/jiq/