pixallate that

pixellator v2.0 works the same was as the pixelator 1.0, but instead of creating an image file, it outputs each of the pixels as an image on an HTML page. As the images load, the picture builds up.

pixelize this

View sample images

The size of the individual pixels in the generated image, between 1 and 8 pixels.

Dimensions of the generated image, in pixels. This will be constrained to the maximum dimensions (10-200 pixels), but the image proportions will be maintained.

To speed the process up, individual pixels of the same colour will have the same filename, so they should be cached by the browser. More of the load of this method is taken by the browser, the web server is just generating a load of plain HTML and a bunch of coloured boxes. It could be optimised further by caching the built pixels, but for the moment it's not necessary.