/createPixel

Create you own pixel picture.

Primary LanguageHTML

Create Your Own Pixel Style Picture

Preview

pixel_1

pixel_2

How to use

Download and open pixel.html.

Notice

  1. Your browser should be support HTML5 and ES7.

  2. If the col is less or equal to 50, there are some animations.

  3. the col should not be larger than 200.

Completment

Use FileReader() in HTML5 and drawImage() in canvas.

update:

Use createObjectURL replace FileReader, because DataURL have length limit in some browsers.