What is?

Picbit is a javascript image processing experiment. This can be used to give you some ideas on how to use the HTML 5 Canvas element to process images in real time and run basic filters.


All the processing being made is pixel oriented and I'm using RgbQuant.js for color quantization. Many thanks to leeoniya for this amazing library.


To save the generated image just Right Click > Save Image As...
Pixel Size

Aggregation

Palette

Color Selection

1st Transformation
Drop an image here!
|
ms

Source Code

Source code is online at http://github.com/pmav/picbit.

Feedback

All feedback is welcome: pedrovam@gmail.com or @pmav.
Fork me on GitHub